RosettaCodeData/Task/Hello-world-Line-printer/Factor/hello-world-line-printer.factor
2023-07-01 13:44:08 -04:00

3 lines
141 B
Factor

( scratchpad ) USE: io.encodings.utf8
( scratchpad ) USE: io.launcher
( scratchpad ) "lpr" utf8 [ "Hello World!" print ] with-process-writer