diff options
| author | felixrabe <felixrabe@noreply.codeberg.org> | 2025-06-01 01:05:22 +0200 |
|---|---|---|
| committer | felixrabe <felixrabe@noreply.codeberg.org> | 2025-06-01 01:05:37 +0200 |
| commit | 91f1c045bcd33e43f2723ed5b8a159c85f54acb0 (patch) | |
| tree | 91a3e9ee68e2303fb65b45495938f6ccd97f8ec3 /exercises | |
| parent | fd764e90ab657f352af1440b6d9953edc113a5e5 (diff) | |
108: Make pretty
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/108_labeled_switch.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/108_labeled_switch.zig b/exercises/108_labeled_switch.zig index 9262c6f..fb61ac0 100644 --- a/exercises/108_labeled_switch.zig +++ b/exercises/108_labeled_switch.zig @@ -19,7 +19,7 @@ // } // break; // } -// std.debug.print("This statement cannot be reached\n", .{}); +// std.debug.print("This statement cannot be reached\n", .{}); // } // // By combining all we've learned so far, we can now proceed with a labeled switch |
