[ prog / sol / mona ]

prog


Is Rust really stable and safe?

32 2021-03-20 13:07

>>21
Zig is also a syntax mess
For example

const std = @import("std");

pub fn main() !void {
    const stdout = std.io.getStdOut().writer();
    try stdout.print("Hello, {s}!\n", .{"world"});
}
34


VIP:

do not edit these