f x|x`mod`3<1||'3'`elem`show x=putStr"aho\n"|0<1=print x main=mapM f[1..300]
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page