export function sayHello() { const world = "world"; console.log(`hello${world}`); }