1
2
3
export function hello(name) {
return "hi " + name;
}