Old Magician by KirarinSnow

x
1s/^/10987654321####/
:
s/9:/:0/
t
s/\(\(.\)\(.\).*\)\3:/\1\2/
s/$/:/
x
G
s/.*\(#.*\)/Case \1 BLACK\n&/
/[02468]\n/s/B.*/WHITE/
1!P
d

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

download

return to the top page