RosettaCodeData/Task/Hello-world-Text/LiveCode/hello-world-text-3.livecode
2023-07-01 13:44:08 -04:00

3 lines
96 B
Text

#! /usr/local/bin/livecode-server
set the outputLineEndings to "lf"
put "Hello world!" & return