1
2
3
export function echo(args) {
return args;
}