aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6258d21533bafb328ea2e0d95137f6859b685d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Project Euler solutions

![tag](https://projecteuler.net/profile/cacharle.png)

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

I try to solve each problem in multiple languages:

* [Haskell/](haskell/)
* [Python/](python/)
* [C](c/)

## License

[![license image](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)

This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).