Adicionando Greeting

This commit is contained in:
Carlos cristovao guerreiro scantbelruy 2022-10-28 07:49:37 -04:00
parent c6f6df9c59
commit 64a0fe7999

View File

@ -1,4 +1,4 @@
export function greet(name) {
// implementar logica aqui
return "";
return "Hello " + name;
}