Content deleted Content added
Fixed typo Tags: Mobile edit Mobile web edit |
Utrana Dogg (talk | contribs) →Hello World: function changed from { const stdout = std.io.getStdOut().writer(); try stdout.print("Hello, {s}!\n", .{"world"}); } not working anymore |
||
Line 118:
const std = @import("std");
pub fn main()
▲ try stdout.print("Hello, {s}!\n", .{"world"});
}
</syntaxhighlight>
|