feat: Soluciona o exercício 01 - Greeting
This commit is contained in:
parent
c6f6df9c59
commit
7b01f4ee19
@ -1,4 +1,4 @@
|
|||||||
export function greet(name) {
|
export function greet(name) {
|
||||||
// implementar logica aqui
|
// implementar logica aqui
|
||||||
return "";
|
return `Hello ${name}`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user