Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Last active August 29, 2015 14:24
Embed
What would you like to do?
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