Initialize stack environment and repository

This commit is contained in:
2022-06-28 20:30:09 -05:00
commit b4d6e9c9d1
12 changed files with 231 additions and 0 deletions

2
test/Spec.hs Normal file
View File

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