Skip to content

Instantly share code, notes, and snippets.

@danjenson
Created August 25, 2014 16:41
Show Gist options
  • Save danjenson/b171271726198630e245 to your computer and use it in GitHub Desktop.
Save danjenson/b171271726198630e245 to your computer and use it in GitHub Desktop.
ruby -e "('A'..'Z').each { |x| ('A'..x).each { |y| print y == 'E' ? 'X' : y }; puts }"
@Macariom01
Copy link

Show off!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment