module Main (main) where import Prelude main :: IO () main = putStrLn ("Test suite is not implemented" :: String)