restructure project

This commit is contained in:
Sam HADOW
2026-01-11 11:32:21 +01:00
parent 1bd58d27d7
commit ada11a25d2
7 changed files with 69 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
module Main (main) where
main :: IO ()
main = putStrLn "Test suite not yet implemented."
View File