Skip to content

Instantly share code, notes, and snippets.

Avatar
🎯
Focusing

andyl

🎯
Focusing
View GitHub Profile
@andyl
andyl / 30lines1.rb
Created May 1, 2012 23:46 — forked from isa/gist:2571012
Convert in less than 30 lines
View 30lines1.rb
#!/usr/bin/env ruby
DATA = <<-EOF
A, B, C
A, C, E
E, F, D
D, A, J
E, D, J
EOF