forked from M3-Academy/challenge-algorithms-v2.0
Feat(Desafio_2.1): Cria resposta desafio 2.1
This commit is contained in:
parent
c6f6df9c59
commit
d0a7ee905d
@ -1,4 +1,4 @@
|
||||
export function greet(name) {
|
||||
// implementar logica aqui
|
||||
return "";
|
||||
return `Hello ${name}`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user