009
This commit is contained in:
parent
edaff7e459
commit
a6b89e768f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue