Codewars Hello World

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