export function greet(name) { // implementar logica aqui const frase = `Hello ${name}`; return frase; }