mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Fix typo: out => our
This commit is contained in:
@@ -24,7 +24,7 @@ pub fn main() void {
|
||||
|
||||
// Please fix this condition:
|
||||
if (foo) {
|
||||
// We want out program to print this message!
|
||||
// We want our program to print this message!
|
||||
std.debug.print("Foo is 1!\n", .{});
|
||||
} else {
|
||||
std.debug.print("Foo is not 1!\n", .{});
|
||||
|
||||
Reference in New Issue
Block a user