From 7b624de8e3e3637a07364f992c1d7e4185e4a872 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 11 Aug 2019 18:42:52 +0200 Subject: initial commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..08ccc57 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Project Euler solutions + +My attempt at solving some of the [Project Euler](https://projecteuler.net/) problems. + +This is a mess btw but the solutions are in c/ and python/. -- cgit