From 47dc12861bc801e6a76e22e8915a322159b2342e Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 15 Jan 2021 12:45:44 +0100 Subject: Added license in README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5078d82..6258d21 100644 --- a/README.md +++ b/README.md @@ -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 + +[![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/). -- cgit