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