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