export function Hello(name:string): string{ return `Hello ${name}`; }