Skip to content

Instantly share code, notes, and snippets.

@evanwalsh
Created June 25, 2014 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanwalsh/dbb204b0a91d3818e756 to your computer and use it in GitHub Desktop.
Save evanwalsh/dbb204b0a91d3818e756 to your computer and use it in GitHub Desktop.
Gob's Program
puts "Gob's Program: Y/N?"
print "? "
answer = gets.chomp
if answer == "Y"
while true
print "Penus "
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment