development #11

Merged
Daniel_Moliari_Barbosa merged 20 commits from development into master 2022-10-28 19:36:26 +00:00
Showing only changes of commit 3c0bfc1f1c - Show all commits

View File

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