Codewars Hallo Welt
function greet() {
return "hello world!"
}
Michael Futral
function greet() {
return "hello world!"
}