Skip to content

Commit 4910543

Browse files
committed
add updated readme with some additional info
Signed-off-by: Tobias Kuppens Groot <[email protected]>
1 parent a31a659 commit 4910543

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
Project Euler
1+
# Project Euler
2+
3+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](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

Comments
 (0)