# 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