This commit is contained in:
Adam Millerchip 2021-12-25 18:43:54 +09:00
parent feaabb7967
commit 859990d1cc
1 changed files with 1 additions and 1 deletions

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 {