basic stack setup

This commit is contained in:
Maxime Vorwerk
2024-02-19 17:17:20 +01:00
parent 918cc800cb
commit 7f97cffd8e
12 changed files with 304 additions and 13 deletions

2
pcc-haskell/test/Spec.hs Normal file
View File

@@ -0,0 +1,2 @@
main :: IO ()
main = putStrLn "Test suite not yet implemented"