Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Last active August 29, 2015 14:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kenmazaika/e5d03a2d843cf1df5369 to your computer and use it in GitHub Desktop.
def count
n = 1
while(n < 10)
n = n + 1
end
end
def count
n = 1
while(n < 10)
n = n + 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment