MRMCD12 write squared by cheatOo

main(x){char *s[]={"Chaos \n     C\nb    o\nu    m\nl    p\nC retu","bell\ns  y\nn  b\nottu","The\ne  \nmaG" };read(0,&x,1);puts(x==67?s[0]:x==98?s[1]:s[2]);}

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

download

return to the top page