Files
hello-world/h/haskell.hs
2018-08-22 01:37:32 -03:00

4 lines
51 B
Haskell
Executable File

module Main where
main = putStrLn "Hello, World!"