RosettaCodeData/Task/Hello-world-Line-printer/Smalltalk/hello-world-line-printer-3.st

4 lines
76 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
'/dev/lp0' asFilename writingFileDo:[:s |
s nextPutLine:'Hello, world'.
]