aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
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