Guess what it does by Hjulle

import Data.List\x0d
main=let a=[0..12]++[20..256] in putStr$intercalate" "$map show$reverse a++a

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

download

return to the top page