From bb515e51d67f37ba9c6dfbd2fd0930be873a5ada Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 12 Aug 2019 15:47:31 +0200 Subject: haskell problems 007 -> 010 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 08ccc57..94ceaea 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ My attempt at solving some of the [Project Euler](https://projecteuler.net/) problems. -This is a mess btw but the solutions are in c/ and python/. +This is a mess btw but the solutions are in [c/](c/), [python/](python/) and [haskell/](haskell/). -- cgit