Sha256: 9e758819d7e03e17aea11ddf2ab10c67fa52e93476287ec929150096fea6a24e

Contents?: true

Size: 182 Bytes

Versions: 10

Compression:

Stored size: 182 Bytes

Contents

# Several ways to do it
"Hello world!";

Print("Hello world!\n"); # No EOL appended

Display("Hello world!");

f := OutputTextUser();
WriteLine(f, "Hello world!\n");
CloseStream(f);

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/gap.txt
zettacode-0.1.6 files.zettacode/hello_world.text/gap.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/gap.txt
zettacode-0.1.5 files.zettacode/hello_world.text/gap.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/gap.txt
zettacode-0.1.4 files.zettacode/hello_world.text/gap.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/gap.txt
zettacode-0.1.3 files.zettacode/hello_world.text/gap.txt
zettacode-0.1.2 files.zettacode/hello_world.text/gap.txt
zettacode-0.1.1 zettacode.files/hello_world.text/gap.txt