hello hello world by yvl

?d.times{|n|puts n.to_s(3).bytes.map{|i|"world!hello"[i%2*6,i/8.3]}*" "}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page