project-euler-100

[RADIOACTIVE] solutions to the first 100 challenges of project euler
git clone git://git.figbert.com/project-euler-100.git
Log | Files | Refs | README

commit 8738401a15bf4cb10210ca9a262d36f1223aa3f2
parent 3c753ddf7dc78ceacc4e81767aba5989f85262f4
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Sun, 19 Jan 2020 23:14:38 -0800

Update project README

Diffstat:
MREADME.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1 +1,11 @@ # Project Euler 100 +Solutions to the first 100 challenges of Project Euler by FIGBERT + +## My information: +* [Site](https://figbert.com/) +* [Tweet](https://twitter.com/therealFIGBERT/status/1219155513855733761) +* [Repo](https://github.com/therealFIGBERT/ProjectEuler100) +## Challenge information: +* [Project Euler](https://projecteuler.net/) +* [freeCodeCamp post](https://www.freecodecamp.org/news/projecteuler100-coding-challenge-competitive-programming/) +* [freeCodeCamp port](https://www.freecodecamp.org/learn/coding-interview-prep/project-euler/)