image-backup/test/Main.hs
2023-02-12 14:26:30 +02:00

5 lines
90 B
Haskell

module Main (main) where
main :: IO ()
main = putStrLn "Test suite not yet implemented."