Pileup by nn

a="$System.in".split()
9.times{i->println a.join(' ');s=a[i]+(n=a[i+1]);a[i+1]=s-=a[i]=s[0..<n.count]}

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

download

return to the top page