Merge pull request 'feat(greeting): Implementa função greeting' (#1) from feature/greeting into development
Reviewed-on: #1
This commit is contained in:
commit
3897970bc3
@ -1,4 +1,4 @@
|
||||
export function greet(name) {
|
||||
// implementar logica aqui
|
||||
return "";
|
||||
return `Hello ${name}`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user