Yes by TAKO/j0nKI

main(s){while((s=getchar())>0){s=='\n'?printf("yes "):1;}}

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

download

return to the top page