index
:
testing.git
main
this is just a test repo
absurdvoid
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Main.hs
blob: 32c6734990f5cc83d4df588109f67315eee1873c (
plain
)
1
2
3
4
5
module
Main
(
main
)
where
main
::
IO
()
main
=
do
putStrLn
"hello world"