This commit is contained in:
Oleg Sobolev 2026-03-24 15:40:22 +03:00
commit 53d0a5aaf0
7 changed files with 204 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."