Zig (programming language): Difference between revisions

Content deleted Content added
Hello World: function changed from { const stdout = std.io.getStdOut().writer(); try stdout.print("Hello, {s}!\n", .{"world"}); } not working anymore
Line 119:
 
pub fn main() void {
std.debug.print("Hello, ZigWorld!\n", .{});
}