feat(greeting): algoritmo concluido
This commit is contained in:
parent
c6f6df9c59
commit
d1e4ae24b9
@ -1,4 +1,4 @@
|
||||
export function greet(name) {
|
||||
// implementar logica aqui
|
||||
return "";
|
||||
return `Hello ${name}`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user