module Main where main :: IO () main = putStrLn $ "2 + 3 = " ++ show (2 + 3)