“Hello World” in Zig
* Creating ➜ zig-playground git:(master) ✗ cat src/main.zig const std = @import("std"); pub fn main() !void { var stdout_file = try std.io.getStdOut(); try stdout_file.write(&quo…
1 post
* Creating ➜ zig-playground git:(master) ✗ cat src/main.zig const std = @import("std"); pub fn main() !void { var stdout_file = try std.io.getStdOut(); try stdout_file.write(&quo…