her.esy.fun/src/posts/0010-Haskell-Now/project/test/MyLibTest.hs
Yann Esposito (Yogsototh) 0d1e4ff2a3
added project with nix
2019-12-30 21:47:22 +01:00

5 lines
90 B
Haskell

module Main (main) where
main :: IO ()
main = putStrLn "Test suite not yet implemented."