RosettaCodeData/Task/Hello-world-Line-printer/Factor/hello-world-line-printer.factor

4 lines
141 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
( scratchpad ) USE: io.encodings.utf8
( scratchpad ) USE: io.launcher
( scratchpad ) "lpr" utf8 [ "Hello World!" print ] with-process-writer