main =
  case True of {- | -}
    True  -> putStrLn "Hello World\n"
    False {- | -} -> putStrLn "Goodbye Cruel World\n"
