her.esy.fun/src/posts/0010-Haskell-Now/my-app/test/MyLibTest.hs
Yann Esposito (Yogsototh) e24de08c34
Nix introduction
2019-12-31 01:00:04 +01:00

5 lines
90 B
Haskell

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