blob: 5078d82ebf80b1d8b565b580b26c8bd86e831cf2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
|