forked from M3-Academy/challenge-algorithms-v2.0
(feat)finalizando teste 01 greeting
This commit is contained in:
parent
8baf158b6a
commit
b52c44f39b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules
|
@ -1,4 +1,4 @@
|
|||||||
export function greet(name) {
|
export function greet(name) {
|
||||||
// implementar logica aqui
|
|
||||||
return "";
|
return `Hello ${name}`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user