forked from M3-Academy/challenge-algorithms-v2.0
Merge branch 'feature/greeting'
This commit is contained in:
commit
e9c7493ad2
@ -1,4 +1,4 @@
|
||||
export function greet(name) {
|
||||
// implementar logica aqui
|
||||
return "";
|
||||
const phrase = `Hello ${name}`;
|
||||
return phrase;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user