#!/usr/bin/perlprint(("a","c","e","h","j"..."l","n"..."p","r"..."u"," ") [4,13,11,12,14,0,7,8,12,3,2,10,14,9,2,10,6,14,3,0,1,5,2,10]);#this one is even cooler...
Post a Comment
1 comment:
#!/usr/bin/perl
print(("a","c","e","h","j"..."l","n"..."p","r"..."u"," ") [4,13,11,12,14,0,7,8,12,3,2,10,14,9,2,10,6,14,3,0,1,5,2,10]);
#this one is even cooler...
Post a Comment