Argonaut Constellation
git
Log in
—
Register
~alcinnz
/
hurl
summary
tree
log
refs
ref:
a00b30a632206b312279ff85b3f9f9ec080dfb72
hurl
/
src
/Main.hs
-rw-r--r--
72 bytes
View
Log
Blame
View raw
a00b30a6
— Adrian Cochrane Start a commandline version of HURL, currently 'Hello World'.
4 years ago
1
2
3
4
5
module
Main
where
main
::
IO
()
main
=
do
putStrLn
"Hello, world!"