Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Jun 12, 2014
1 parent 274bbaf commit f483367
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
all: clean

clean:
find . -type f -not -name '*.hs' -not -name 'Makefile' -not -path './.git/*' | xargs rm -f
find . -type f -not -name '*.hs' -not -name 'Makefile' -not -name 'README.md' -not -path './.git/*' | xargs rm -f
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 99 Haskell
Solving 99 problems in Haskell.

## References
- [99 haskell problems](http://www.haskell.org/haskellwiki/99_questions)
- [LYaHFGG](http://learnyouahaskell.com/chapters)
- [Learn Haskell in Y minutes](http://learnxinyminutes.com/docs/haskell/)

## License
MIT

0 comments on commit f483367

Please sign in to comment.