mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
7 lines
71 B
PostScript
7 lines
71 B
PostScript
|
%!PS
|
||
|
/Courier
|
||
|
20 selectfont
|
||
|
72 500 moveto
|
||
|
(Hello World!) show
|
||
|
showpage
|