haskell-scratch/example/hello.hs

2 lines
30 B
Haskell
Raw Normal View History

2015-04-24 04:28:47 +02:00
main = putStrLn "Hello World"