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