RosettaCodeData/Task/Hello-world-Line-printer/Harbour/hello-world-line-printer.harbour

6 lines
75 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
SET PRINT ON
SET CONSOLE OFF
? "Hello World!"
SET PRINT OFF
SET CONSOLE ON