forked from zig/exercises
009 ✅
This commit is contained in:
parent
a1dd3b038a
commit
9d935ff81e
|
@ -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…
Reference in New Issue
Block a user