Home
About
API
PageRenderTime 8ms CodeModel.GetById 7ms app.highlight 0ms RepoModel.GetById 0ms app.codeStats 0ms
/h/haskell.hs
http://github.com/AdamHarte/hello-world
Haskell | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 058a2b4b23f7a719d2b1715d42a5622f MD5 |
raw file
1
module
Main
2
where
3
4
main
=
putStrLn
"
Hello, World!
"