]> iEval git - gruntmaster-daemon.git/blame_incremental - t/problems/hello/tests/haskell/prog.hs
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.019262 seconds and 4 git commands to generate.