Skip to content

Instantly share code, notes, and snippets.

@MelanieS

MelanieS/hello Secret

Created July 26, 2017 04:23
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 MelanieS/cf03cce566a6dc9504f213b175006dbc to your computer and use it in GitHub Desktop.
Save MelanieS/cf03cce566a6dc9504f213b175006dbc to your computer and use it in GitHub Desktop.
puts "hello world"
something = 10
while something > 0
puts "nothing"
something =+ 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment