Merge pull request #17 from quexxon/main

Fix typo in exercise 09: out => our
This commit is contained in:
Dave Gauer 2021-02-14 09:42:28 -05:00 committed by GitHub
commit 74a1d3bc43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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", .{});