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