1
2
3
export let hello = async function () {
return "hello val town, what am I to do?";
};