Sha256: 0188f06e74293d95a7be49034c7dac0a0e158b7f1bf3891be85e31467957a06e

Contents?: true

Size: 129 Bytes

Versions: 10

Compression:

Stored size: 129 Bytes

Contents

module hello_world;
import stdio as io;

func i32 main(i32 argc, char** argv) {
    io.printf("Hello World!\n");
    return 0;
}

Version data entries

10 entries across 7 versions & 1 rubygems

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