Skip to content

Instantly share code, notes, and snippets.

@ybur-yug
Created October 20, 2015 19:15
Show Gist options
  • Select an option

  • Save ybur-yug/c17ce02a171a63c32c5e to your computer and use it in GitHub Desktop.

Select an option

Save ybur-yug/c17ce02a171a63c32c5e to your computer and use it in GitHub Desktop.
a = 1
10000.times do |t|
b = a * t
puts b.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment