This commit is contained in:
Armin Friedl 2025-01-18 15:36:51 +01:00
parent edaff7e459
commit a6b89e768f

View file

@ -24,7 +24,7 @@ pub fn main() void {
const foo = 1;
// Please fix this condition:
if (foo) {
if (foo == 1) {
// We want our program to print this message!
std.debug.print("Foo is 1!\n", .{});
} else {