Skip to content

Instantly share code, notes, and snippets.

@balinterdi
Created October 25, 2010 19:48
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 balinterdi/645600 to your computer and use it in GitHub Desktop.
Save balinterdi/645600 to your computer and use it in GitHub Desktop.
CODE = [112,117,116,115,32,34,67,79,68,69,32,61,32,35,123,67,79,68,69,46,105,110,115,112,101,99,27,99,116,125,34, 10,67,79,68,69,46,101,97,99,104,32,123,124,99,124,32,112,114,105,110,116,32,99,46,99,104,114,32,125,10]
puts "CODE = #{CODE.inspect}"
CODE.each { |c| print c.chr }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment