5 lines
90 B
Haskell
5 lines
90 B
Haskell
module Main (main) where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Test suite not yet implemented."
|