hpaste

recent | annotate | new

$ cat char.hs
module Main where
main = putStr "\127\128\255\256"
$ ./char |od -x
0000000      807f    00ff
0000004