/ test_src / haskell / hello_world / 001 / hello.hs
hello.hs
1  main :: IO ()
2  main = putStrLn "Hello, World!"