]> git.k1024.org Git - perf-null.git/blob - haskell/null.hs
Initial commit
[perf-null.git] / haskell / null.hs
1 import System.Exit
2
3 main :: IO ()
4 main = exitWith ExitSuccess