Files
haskell-math/test/Main.hs
2026-01-11 11:32:21 +01:00

5 lines
90 B
Haskell

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