NABEATSU of the world by bpoint

main(t){for(;t<301;t++)printf(t%3&&t%10!=3&t/10%10!=3?"%d\n":"aho\n",t);}

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

download

return to the top page