From 8254e0cdd38e99a76e12136123400a6160d6f160 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 20 Dec 2021 18:30:29 +0100 Subject: Solutions for week 144, part 1 This is just a glorified Hello, World program. So, that's what you get! --- challenge-144/abigail/php/ch-1.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 challenge-144/abigail/php/ch-1.php (limited to 'challenge-144/abigail/php/ch-1.php') diff --git a/challenge-144/abigail/php/ch-1.php b/challenge-144/abigail/php/ch-1.php new file mode 100644 index 0000000000..e7477300a4 --- /dev/null +++ b/challenge-144/abigail/php/ch-1.php @@ -0,0 +1,11 @@ + \ No newline at end of file -- cgit