Sha256: d13ade62748d463c052e96fb33d6fdbda107cca899c002634b27d597472c5c49

Contents?: true

Size: 116 Bytes

Versions: 10

Compression:

Stored size: 116 Bytes

Contents

const std = @import("std");
pub fn main() !void {
    try std.io.getStdOut().writer().writeAll("Hello world!\n");
}

Version data entries

10 entries across 7 versions & 1 rubygems

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