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

4 lines
141 B
Factor
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
( scratchpad ) USE: io.encodings.utf8
( scratchpad ) USE: io.launcher
( scratchpad ) "lpr" utf8 [ "Hello World!" print ] with-process-writer