Add a criterion benchmark

This commit is contained in:
Daniel Gröber
2016-07-18 01:09:32 +02:00
parent d92eecbc90
commit c0732ad9cb
5 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"