diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2021-12-20 18:30:29 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2021-12-20 18:30:29 +0100 |
| commit | 8254e0cdd38e99a76e12136123400a6160d6f160 (patch) | |
| tree | a2837ca2d8697b754d5e472d8c7cbc082a6958a9 /challenge-144/abigail/postscript | |
| parent | 1aa8ecccec917bbdee515fef036e8f84c47dae22 (diff) | |
| download | perlweeklychallenge-club-8254e0cdd38e99a76e12136123400a6160d6f160.tar.gz perlweeklychallenge-club-8254e0cdd38e99a76e12136123400a6160d6f160.tar.bz2 perlweeklychallenge-club-8254e0cdd38e99a76e12136123400a6160d6f160.zip | |
Solutions for week 144, part 1
This is just a glorified Hello, World program. So, that's what you get!
Diffstat (limited to 'challenge-144/abigail/postscript')
| -rw-r--r-- | challenge-144/abigail/postscript/ch-1.ps | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/challenge-144/abigail/postscript/ch-1.ps b/challenge-144/abigail/postscript/ch-1.ps new file mode 100644 index 0000000000..62b38f7f97 --- /dev/null +++ b/challenge-144/abigail/postscript/ch-1.ps @@ -0,0 +1,10 @@ +%!PS +% +% See ../README.md +% + +% +% Run as: ps2ascii ch-1.ps +% + +(4, 6, 9, 10, 14, 15, 21, 22, 25, 26, 33, 34, 35, 38, 39, 46, 49, 51, 55, 57, 58, 62, 65, 69, 74, 77, 82, 85, 86, 87, 91, 93, 94, 95) =
\ No newline at end of file |
