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