1
2
3
export function helloWorld() {
return "hello world";
}