5 lines
91 B
Haskell
5 lines
91 B
Haskell
import Protolude
|
|
|
|
main :: IO ()
|
|
main = putStrLn ("Test suite not yet implemented" :: Text)
|