1 2 3 4 5 6 7 8
\begin{code} module Main (main) where main :: IO () main = putStr "Hello world!" \end{code}