X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Fhaskell%2Fprog.hs;fp=t%2Fproblems%2Fhello%2Ftests%2Fhaskell%2Fprog.hs;h=0fca25162e3ffda789604a180551b7c0c71f3edb;hp=0000000000000000000000000000000000000000;hb=b8f7001a80665c35f33aed657ead2a426d4efac8;hpb=d9c408103c63368802d73c9147a273074e520e65 diff --git a/t/problems/hello/tests/haskell/prog.hs b/t/problems/hello/tests/haskell/prog.hs new file mode 100644 index 0000000..0fca251 --- /dev/null +++ b/t/problems/hello/tests/haskell/prog.hs @@ -0,0 +1,4 @@ +module Main where + +main :: IO () +main = putStrLn "Hello World!"