mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05:00
Merge pull request #17 from quexxon/main
Fix typo in exercise 09: out => our
This commit is contained in:
commit
6a00d37d03
1 changed files with 1 additions and 1 deletions
|
@ -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", .{});
|
||||
|
|
Loading…
Reference in a new issue