This commit is contained in:
2026-06-04 01:51:58 +02:00
parent b7ff71cb9e
commit a26eca2a63
23 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ pub fn main() void {
const foo = 42;
// Please fix this condition:
if (foo) {
if (foo == 42) {
// We want our program to print this message!
std.debug.print("Foo is 42!\n", .{});
} else {