aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike <35826344+mjfernez@users.noreply.github.com>2018-12-02 19:05:23 -0500
committerGitHub <noreply@github.com>2018-12-02 19:05:23 -0500
commitc15221f10ed2ea4a55b474a57b6ee39f6b24ac85 (patch)
tree9a97bbf207786299dd16b9a6a675b72f6adf3a13
parent3c08b9183d31cd74e35774dab62ff314e6dfeb8f (diff)
downloadProject_Euler_Solutions-c15221f10ed2ea4a55b474a57b6ee39f6b24ac85.tar.gz
Update README.md
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 52ac028..1496221 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,7 @@
# Project_Euler_Solutions
Solutions to some problems on https://projecteuler.net/archives
+
+Apologies that they are unoragnized! I did these back in Summer of 2017 and I need to go back and rename these guys
+Problems are specified in the comments.
+
+There is a mix of C and Python since I was studying both languages at the time