DEBSOURCES
Skip Quicknav
sources / ghc / 9.10.3-3 / bindisttest / HelloWorld.lhs
12345678
\begin{code} module Main (main) where main :: IO () main = putStr "Hello world!" \end{code}