Codewars Hello World
function greet() {
return "hello world!"
}
Michael Futral
function greet() {
return "hello world!"
}