Cabal init

This commit is contained in:
2023-05-20 14:58:55 +02:00
parent ea9c479d79
commit 7ac02ccb3c
6 changed files with 168 additions and 6 deletions

4
test/Main.hs Normal file
View File

@ -0,0 +1,4 @@
module Main (main) where
main :: IO ()
main = putStrLn "Test suite not yet implemented."