From 4b3f8412c9111c8ea89c26332b9a6f07fca9ed6d Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Mon, 12 Jan 2026 15:22:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Ajoute=20les=20fonctions=20commu?= =?UTF-8?q?nes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- add.sh | 3 +++ functions.php | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 functions.php diff --git a/add.sh b/add.sh index df5c3ec..ee842d2 100755 --- a/add.sh +++ b/add.sh @@ -14,6 +14,9 @@ cd "${SCRIPT_PATH}/day_${NUMBER}" || exit touch input.txt part_1.php part_2.php +echo -e "> part_1.php +echo -e "> part_2.php + echo "DONE" exit diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..0c3f15d --- /dev/null +++ b/functions.php @@ -0,0 +1,10 @@ +