Skip to content

Instantly share code, notes, and snippets.

@changemewtf
Created April 20, 2015 20:44
Show Gist options
  • Select an option

  • Save changemewtf/937a2029ffd56319a18e to your computer and use it in GitHub Desktop.

Select an option

Save changemewtf/937a2029ffd56319a18e to your computer and use it in GitHub Desktop.
now how about this program:
puts "meow"
def dog
puts "BARK"
end
puts "meow"
dog()
puts "CATS AND DOGS!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment