feat(greeting):aplicando a função do teste 1

This commit is contained in:
Gabriel Bernardini 2022-10-28 13:56:35 -03:00
parent c6f6df9c59
commit 5bb9f52ff7

View File

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