Add README

This commit is contained in:
Julian Ospald 2015-04-20 21:46:34 +02:00
parent b94abec4fd
commit 44c4c9e601
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
## Haskell lectures
Two haskell lectures: introduction and higher order functions.
### Building
To build the pdf files (both beamer and article):
```
make
```