Sha256: 54b916ecf062eb837f0315c2c94c3113404cc3e0abdd225d15c86701c2f5b82c

Contents?: true

Size: 222 Bytes

Versions: 10

Compression:

Stored size: 222 Bytes

Contents

Output to terminal:
puts("Hello world!");

Without the newline terminator: 

puts(nonewline: "Hello world!");

Output to arbitrary open, writable file, for example the standard error channel:
puts(stderr, "Hello world!");

Version data entries

10 entries across 7 versions & 1 rubygems

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