yesno by Hendrik

import std.stdio;void main(){for(int c;(c=putchar=getchar)>10;)c%4<3||puts("");}

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

download

return to the top page