RosettaCodeData/Task/Hello-world-Text/LiveCode/hello-world-text-3.livecode

4 lines
96 B
Plaintext

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