This commit is contained in:
2026-06-04 15:03:31 +02:00
parent 77e39463d4
commit b8ba0dbb54
6 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ pub fn main(init: std.process.Init) !void {
// to be able to pass it up as a return value of main().
//
// We just learned of a single statement which can accomplish this.
stdout.print("Hello world!\n", .{});
try stdout.print("Hello world!\n", .{});
}