Windows DLLs: use DLL aware runSparks_closure instead of base_GHCziConc_runSparks_clo...
[ghc-hetmet.git] / bindisttest / HelloWorld.lhs
1
2 \begin{code}
3 module Main (main) where
4
5 main :: IO ()
6 main = putStr "Hello world!"
7 \end{code}
8