This commit is contained in:
Jairinho 2024-05-06 18:15:19 -04:00
parent a1dd3b038a
commit 9d935ff81e
Signed by: tangzero
GPG Key ID: 00C38159245F9F6D

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 {