aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-08-17 21:39:43 +0200
committerCharles <sircharlesaze@gmail.com>2019-08-17 21:39:43 +0200
commit3ffc76713f6db4c33f20588ce6896ea3c2bae2a7 (patch)
tree1025c801330f078e3a12da191f923ae8b6ddd81b /README.md
parent9a65938232d1fa9e1afe9a6eb2de48d25ff738a6 (diff)
downloadproject_euler-3ffc76713f6db4c33f20588ce6896ea3c2bae2a7.tar.gz
project_euler-3ffc76713f6db4c33f20588ce6896ea3c2bae2a7.tar.bz2
project_euler-3ffc76713f6db4c33f20588ce6896ea3c2bae2a7.zip
wip directory for each language
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