1
2
3
export let simple2 = () => {
return "Hello, world!";
};