This commit is contained in:
Adam Millerchip 2021-12-26 13:19:55 +09:00
parent dde56c9946
commit 1d9ada1c08
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ pub fn main() void {
// match for every possible value). Please add an "else"
// to this switch to print a question mark "?" when c is
// not one of the existing matches.
else => std.debug.print("?", .{}),
}
}