ABBA2 by kaki

main=interact f
f x|x<"AA"="A\nAA\nB\nB\nBB\nA"
f _="AAB\nBAAB\nA"

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

download

return to the top page