5 lines
74 B
JavaScript
Raw Normal View History

export function greet(name) {
// implementar logica aqui
return "";
}