From 3ffc76713f6db4c33f20588ce6896ea3c2bae2a7 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 17 Aug 2019 21:39:43 +0200 Subject: wip directory for each language --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 94ceaea..8f467e6 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,7 @@ My attempt at solving some of the [Project Euler](https://projecteuler.net/) problems. -This is a mess btw but the solutions are in [c/](c/), [python/](python/) and [haskell/](haskell/). +I try to solve each problem in multiple languages: +- [haskell/](haskell/), beauty +- [python/](python/), simplicity +- [C](c/), just used to bruteforce stuff -- cgit