diff options
| author | Abigail <abigail@abigail.be> | 2021-04-06 13:44:08 +0200 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2021-04-06 13:44:08 +0200 |
| commit | 9941d85738c02e09f56b1479b94e008b0af8e1c0 (patch) | |
| tree | 0815f98d3d5501b87a64d4d7423bb9bcc861fda0 /challenge-107 | |
| parent | 5cdc7168641203529fdef0708f6042c7608fe792 (diff) | |
| download | perlweeklychallenge-club-9941d85738c02e09f56b1479b94e008b0af8e1c0.tar.gz perlweeklychallenge-club-9941d85738c02e09f56b1479b94e008b0af8e1c0.tar.bz2 perlweeklychallenge-club-9941d85738c02e09f56b1479b94e008b0af8e1c0.zip | |
PostScript solution for week 107, part 1
Diffstat (limited to 'challenge-107')
| -rw-r--r-- | challenge-107/abigail/README.md | 1 | ||||
| -rw-r--r-- | challenge-107/abigail/postscript/ch-1.ps | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/challenge-107/abigail/README.md b/challenge-107/abigail/README.md index 5dcab2794d..e7eb5e02bd 100644 --- a/challenge-107/abigail/README.md +++ b/challenge-107/abigail/README.md @@ -47,6 +47,7 @@ the definition of Self-descriptive Number is * [Pascal](pascal/ch-1.pl) * [Perl](perl/ch-1.pl) * [PHP](php/ch-1.pl) +* [PostScript](postscript/ch-1.ps) * [Python](python/ch-1.py) * [R](r/ch-1.r) * [Rexx](rexx/ch-1.rexx) diff --git a/challenge-107/abigail/postscript/ch-1.ps b/challenge-107/abigail/postscript/ch-1.ps new file mode 100644 index 0000000000..3ad53dd1f7 --- /dev/null +++ b/challenge-107/abigail/postscript/ch-1.ps @@ -0,0 +1,10 @@ +%!PS +% +% See ../README.md +% + +% +% Run as: ps2ascii ch-1.ps +% + +(1210, 2020, 21200) = |
