swab by yowa

main(a,b){for(;1<scanf("%c%c",&a,&b);)printf("%c%c",b,a);}\x0d

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

download

return to the top page