1 2 3 4 5 6 7 8 9
module Main (main) where import System.Exit import System.IO main :: IO () main = do putStrLn "Q1" exitFailure putStrLn "Q2"