aboutsummaryrefslogtreecommitdiff
path: root/challenge-118/abigail/php/ch-2.php
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-118/abigail/php/ch-2.php')
-rw-r--r--challenge-118/abigail/php/ch-2.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/challenge-118/abigail/php/ch-2.php b/challenge-118/abigail/php/ch-2.php
new file mode 100644
index 0000000000..46cfeff6a7
--- /dev/null
+++ b/challenge-118/abigail/php/ch-2.php
@@ -0,0 +1,11 @@
+<?php
+ //
+ // See ../README.md
+ //
+
+ //
+ // Run as: php ch-2.php
+ //
+
+ echo "a8 c7 e6 c5 b3 c1 a2 c3 b1 a3 c4 b2\n"
+?>