index
:
book-exercises
master
Computing book exercise solutions.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Haskell-book
/
17
/
Exercises
/
app
/
Main.hs
blob: 43979f0202bb92a9531756fcfe382249f457c06f (
plain
)
1
2
3
4
5
6
module Main where import Exercises main :: IO () main = return ()