Skip to content

Instantly share code, notes, and snippets.

@andrewytliu
andrewytliu / crash.rb
Created December 4, 2011 15:08
CRASH + HACKER = REBOOT
# CRASH
# +HACKER
# -------
# REBOOT
#
for vector in (0..9).to_a.permutation
a,b,c,e,h,k,o,r,s,t = vector
next if c == 0 or h == 0 or r == 0