diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2022-01-16 19:31:17 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2022-01-16 19:32:01 +0100 |
| commit | 4d99862bf4e64b7a33d5c5bc52a4b9b5b9ab109d (patch) | |
| tree | c4e79b1efeb2aac8cce6e8545fa3693408351de4 /challenge-147/abigail/php | |
| parent | 0cbed3d1cd8b789156d383d62f25a2ebaff00371 (diff) | |
| download | perlweeklychallenge-club-4d99862bf4e64b7a33d5c5bc52a4b9b5b9ab109d.tar.gz perlweeklychallenge-club-4d99862bf4e64b7a33d5c5bc52a4b9b5b9ab109d.tar.bz2 perlweeklychallenge-club-4d99862bf4e64b7a33d5c5bc52a4b9b5b9ab109d.zip | |
Week 147: Hello, World solutions.
Diffstat (limited to 'challenge-147/abigail/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 |
