feat(greeting): implementa function
This commit is contained in:
parent
c6f6df9c59
commit
043eb1c50e
@ -1,4 +1,3 @@
|
||||
export function greet(name) {
|
||||
// implementar logica aqui
|
||||
return "";
|
||||
return `Hello ${name}`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user