Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / haskell / prog.hs
CommitLineData
b8f7001a
MG
1module Main where
2
3main :: IO ()
4main = putStrLn "Hello World!"
This page took 0.008689 seconds and 4 git commands to generate.