12 lines
242 B
Haskell
Raw Permalink Normal View History

module Main where
import MiniShellChoice.Message (message)
import System.Exit (die)
main :: IO ()
main =
if message == "compare the generic shell and the shellFor shell" then
putStrLn "test passed"
else
die "unexpected message"