Topological Sorting by murky-satyr

S:=stdin upTo:0.[(S:=S copyReplacingAllRegex:' *\b',(S=~'(.+):$'at:1)displayNl,'\b'with:'')~'\d']whileTrue

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

download

return to the top page