Created
April 20, 2015 20:44
-
-
Save changemewtf/937a2029ffd56319a18e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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