index
:
hs-game.git
development
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Game
/
Main.hs
blob: 839ea703fcba8747ca4fc0568e8580ac0df2c821 (
plain
)
1
2
3
4
5
6
module Game (main) where main :: IO () main = do putStrLn "Hallo Welt" return ()