From 4200d35bdf12f81d5bf3a19d7bdacacbb9e389ca Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Thu, 3 Oct 2019 12:29:02 +0200 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5aedfd8..8888e98 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # My Project Euler solutions These are my solutions in C and Python, not necessarily the best solutions. I've solved most of the first 100 problems, currently working on cleaning the code and uploading it. I will try to solve more problems in the future. + +# Important +Using these solutions to solve Project Euler problems that you haven't solved yet is highly discouraged. What's the point of cheating, anyway?