a start mainly to share

This commit is contained in:
nerf van nerfingen 2022-12-21 00:33:56 +01:00
parent 7a71ac5d09
commit 1b98cb32a1
Signed by: nerf
GPG key ID: 1EC6F5573876CC80
9 changed files with 375 additions and 0 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."