diff options
Diffstat (limited to 'challenge-147/abigail/php/ch-1.php')
| -rw-r--r-- | challenge-147/abigail/php/ch-1.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/challenge-147/abigail/php/ch-1.php b/challenge-147/abigail/php/ch-1.php new file mode 100644 index 0000000000..10f463c368 --- /dev/null +++ b/challenge-147/abigail/php/ch-1.php @@ -0,0 +1,11 @@ +<?php + // + // See https://theweeklychallenge.org/blog/perl-weekly-challenge-147 + // + + // + // Run as: php ch-1.php + // + + echo "2 3 5 7 13 17 23 37 43 47 53 67 73 83 97 113 137 167 173 197\n" +?>
\ No newline at end of file |
