aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 8f467e65f0ef78c4e27045e0474b62333fdff513 (plain)
1
2
3
4
5
6
7
8
# Project Euler solutions

My attempt at solving some of the [Project Euler](https://projecteuler.net/) problems.

I try to solve each problem in multiple languages:
- [haskell/](haskell/), beauty
- [python/](python/), simplicity
- [C](c/), just used to bruteforce stuff