Skip to content

Instantly share code, notes, and snippets.

@qrohlf
Last active December 25, 2015 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qrohlf/7046060 to your computer and use it in GitHub Desktop.
Save qrohlf/7046060 to your computer and use it in GitHub Desktop.
one = 1
two = one+one
five = two*two+one
ten = five*two
hw = [ten*(five+two)+two,
hundred1 = ten*ten+one,
l = ten*ten+ten-two,
l,
hundred11 = hundred1+ten,
ten*two+ten+two,
ten*ten-two*ten+five+two,
hundred11,
hundred11+one+two,
l,
ten*ten, ten+one+two,
ten]
puts hw.map(&:chr).join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment