diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2021-04-10 01:16:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-10 01:16:00 +0100 |
| commit | ed8d03c9910941f13d2547ae0a78e8def423837c (patch) | |
| tree | 6446290d31d9e52542985eb8861a28791c48b95d /challenge-107/abigail/php/ch-1.php | |
| parent | e05d22b5277696904419db6202f4511faf49a879 (diff) | |
| parent | a4b32a332cab68fc5f7c79b60ea8e956a34b755c (diff) | |
| download | perlweeklychallenge-club-ed8d03c9910941f13d2547ae0a78e8def423837c.tar.gz perlweeklychallenge-club-ed8d03c9910941f13d2547ae0a78e8def423837c.tar.bz2 perlweeklychallenge-club-ed8d03c9910941f13d2547ae0a78e8def423837c.zip | |
Merge pull request #3851 from Abigail/abigail/week-107
Abigail/week 107
Diffstat (limited to 'challenge-107/abigail/php/ch-1.php')
| -rw-r--r-- | challenge-107/abigail/php/ch-1.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/challenge-107/abigail/php/ch-1.php b/challenge-107/abigail/php/ch-1.php new file mode 100644 index 0000000000..52646348a5 --- /dev/null +++ b/challenge-107/abigail/php/ch-1.php @@ -0,0 +1,11 @@ +<?php + // + // See ../README.md + // + + // + // Run as: php ch-1.php + // + + echo "1210, 2020, 21200\n"; +?> |
