From 0d153ab3bf02da46fc0c135b184fc2b23338921c Mon Sep 17 00:00:00 2001 From: Elis Hirwing Date: Tue, 4 Dec 2018 08:13:13 +0100 Subject: [PATCH] [WIP] [2018-12-04] Add first challange sample --- Makefile | 2 ++ day4/main.php | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 day4/main.php diff --git a/Makefile b/Makefile index a8c5e17..8703c1e 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ day3: php day3/main.php day4: + php day4/main.php + day5: day6: day7: diff --git a/day4/main.php b/day4/main.php new file mode 100644 index 0000000..0edce70 --- /dev/null +++ b/day4/main.php @@ -0,0 +1,39 @@ +