RosettaCodeData/Task/Hello-world-Text/LiveCode/hello-world-text-1.livecode
2016-12-05 23:44:36 +01:00

3 lines
96 B
Text

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