Skip to content

Instantly share code, notes, and snippets.

@lmullen
Last active December 15, 2015 01:08
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 lmullen/5177540 to your computer and use it in GitHub Desktop.
Save lmullen/5177540 to your computer and use it in GitHub Desktop.
10print in Ruby, just because. http://10print.org/
#!/usr/bin/env ruby
print (9585+rand(0..1)).chr(Encoding::UTF_8) while true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment