Skip to content

Instantly share code, notes, and snippets.

@ashwinvidiyala
Created December 31, 2017 01:27
Show Gist options
  • Save ashwinvidiyala/8b8ca6067415f3b345351d5465c50bb3 to your computer and use it in GitHub Desktop.
Save ashwinvidiyala/8b8ca6067415f3b345351d5465c50bb3 to your computer and use it in GitHub Desktop.
for i in 1..100
puts i if i % 2 != 0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment