From 51860c51167975dfc4afa505306c4326d5084314 Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Tue, 10 Dec 2019 15:07:47 +0100 Subject: [PATCH] :sparkles: Add day 10 part 1 --- day_10/functions.php | 44 ++++++++++++++++++++++++++++++++++++ day_10/part_1.php | 54 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 day_10/functions.php create mode 100644 day_10/part_1.php diff --git a/day_10/functions.php b/day_10/functions.php new file mode 100644 index 0000000..2dad4cd --- /dev/null +++ b/day_10/functions.php @@ -0,0 +1,44 @@ +