From 76b3a6de32ebe5f411a8fa4e69cf2d1fee96a04d Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 2 Jul 2024 13:55:55 -0500 Subject: Completed exercises 001-035 --- exercises/030_switch.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'exercises/030_switch.zig') diff --git a/exercises/030_switch.zig b/exercises/030_switch.zig index cb983f5..04e6b6d 100644 --- a/exercises/030_switch.zig +++ b/exercises/030_switch.zig @@ -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("?", .{}), } } -- cgit v1.2.3-70-g09d2