Half Sierpinski by koyama41

main=(n.n.n.n.n)putStrLn"#"
n f x=f(x>>=replicate 2)>>f(init$x>>=(:" "))

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

download

return to the top page