summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/driver/dynHelloWorld.hs
blob: 5c96396ae171a133045399f0c3f764011870894f (plain)
1
2
3
4
5

module Main (main) where

main :: IO ()
main = putStrLn "Hello World"