Codewars hola mundo
function greet() {
return "hello world!"
}
Michael Futral
function greet() {
return "hello world!"
}