From 2971f6c52f08abf850037eb1d70554ecee5967ec Mon Sep 17 00:00:00 2001 From: Elis Hirwing Date: Mon, 4 Dec 2017 20:36:45 +0100 Subject: [PATCH] [2017-12-03] Solutions for both puzzles --- Makefile | 2 + day3/main.php | 116 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 day3/main.php diff --git a/Makefile b/Makefile index b1863c0..a8c5e17 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ day2: php day2/main.php day3: + php day3/main.php + day4: day5: day6: diff --git a/day3/main.php b/day3/main.php new file mode 100644 index 0000000..22142e6 --- /dev/null +++ b/day3/main.php @@ -0,0 +1,116 @@ +