Skip to content

Instantly share code, notes, and snippets.

@joegiralt
Created June 21, 2013 13:34
Show Gist options
  • Save joegiralt/5831176 to your computer and use it in GitHub Desktop.
Save joegiralt/5831176 to your computer and use it in GitHub Desktop.
crap
# def math(range)
# x = 1..range.max
# #x*x = sum
# end
# sum.each do |x|
# x = 1..20
# sum == 0
# end
# end
def math(num)
num * num
end
math(20).each do |count|
# divide by all number between
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment