aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
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/).