module Case2 where main = putStrLn (case False of True -> "Hello!" False -> "Ney!")