Skip to content
Snippets Groups Projects
Main.hs 92 B
Newer Older
module Main
  ( main
  ) where

main :: IO ()
main = putStrLn "Test suite not implemented."