diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -5,6 +5,13 @@ 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 + +* [Haskell/](haskell/) +* [Python/](python/) +* [C](c/) + +## License + +[](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/). |
