feat(greet): fazendo funcão

This commit is contained in:
Caroline Moran 2022-10-28 06:44:42 -04:00
parent c6f6df9c59
commit 1e61b5ddd8

View File

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