Hello World

Ruby

Write a method called hello_world that returns "Hello World".

def hello_world end
< >