From bdfe3df2947f8787c8a4ef8c534f6a8932e13871 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Mon, 29 Jun 2026 15:11:40 -0500 Subject: feat: begin solving exercises --- exercises/026_hello2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/026_hello2.zig') diff --git a/exercises/026_hello2.zig b/exercises/026_hello2.zig index f110d87..096131f 100644 --- a/exercises/026_hello2.zig +++ b/exercises/026_hello2.zig @@ -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", .{}); } -- cgit v1.2.3