Sha256: b3131bb8c39d7be865e63ec99cc1db99fd2ef812fd1fe6bb1b651279c6264abe

Contents?: true

Size: 205 Bytes

Versions: 10

Compression:

Stored size: 205 Bytes

Contents

To print a String, either call its println() method:
main: func {
  "Hello world!" println()
}
Or call the free println() function with the String as the argument.
main: func {
  println("Hello world!")
}

Version data entries

10 entries across 7 versions & 1 rubygems

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