Skip to content

Instantly share code, notes, and snippets.

Created January 14, 2017 15:01
Show Gist options
  • Save anonymous/9bf745aa3491d476274faa03b65a6087 to your computer and use it in GitHub Desktop.
Save anonymous/9bf745aa3491d476274faa03b65a6087 to your computer and use it in GitHub Desktop.
for i in 0..7
for c in 0..i
e = 8 * c
print e
end
print "\n"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment