diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2022-01-23 18:36:27 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2022-01-23 18:36:27 +0100 |
| commit | 264d638bd6720ead19f3b4cacc5b8023f6edd828 (patch) | |
| tree | 05215af28b403dde5d18b5e4e3a6accc9c994292 /challenge-148/abigail/postscript | |
| parent | 1cf6e6d0c8e15a711e0c13dd2cf0a935aae1cbd4 (diff) | |
| download | perlweeklychallenge-club-264d638bd6720ead19f3b4cacc5b8023f6edd828.tar.gz perlweeklychallenge-club-264d638bd6720ead19f3b4cacc5b8023f6edd828.tar.bz2 perlweeklychallenge-club-264d638bd6720ead19f3b4cacc5b8023f6edd828.zip | |
Week 148, part 1: Hello, World solutions
Diffstat (limited to 'challenge-148/abigail/postscript')
| -rw-r--r-- | challenge-148/abigail/postscript/ch-1.ps | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/challenge-148/abigail/postscript/ch-1.ps b/challenge-148/abigail/postscript/ch-1.ps new file mode 100644 index 0000000000..868f149903 --- /dev/null +++ b/challenge-148/abigail/postscript/ch-1.ps @@ -0,0 +1,10 @@ +%!PS +% +% See https://theweeklychallenge.org/blog/perl-weekly-challenge-148 +% + +% +% Run as: ps2ascii ch-1.ps +% + +(2 4 6 30 32 34 36 40 42 44 46 50 52 54 56 60 62 64 66) = |
