We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31a659 commit 4910543Copy full SHA for 4910543
README.md
@@ -1 +1,17 @@
1
-Project Euler
+# Project Euler
2
+
3
+[](https://github.com/python/black)
4
5
+My take on solving the problems presented by the project euler.
6
+I'm trying to build a nice framework around it, actively writing tests
7
+for every problem I solve and evaluate the time the code takes to execute.
8
9
+This is work in progress.
10
11
+## Contributing
12
13
+I don't expect any contributions to this project. If however you want to start yourself
14
+visit the [ProjectEuler Homepage](https://projecteuler.net/).
15
16
+However if you want to leave tips and tricks on my poorly coded solutions, you can
17
+create an issue.
0 commit comments