mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-05 15:24:47 +00:00
Merge pull request '108: Make pretty' (#275) from felixrabe/exercises:felixrabe-patch-6 into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/275
This commit is contained in:
commit
cabbef97e8
@ -19,10 +19,10 @@
|
||||
// }
|
||||
// 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
|
||||
// By combining all we've learned so far, we can now proceed with a labeled switch.
|
||||
//
|
||||
// A labeled switch is some extra syntactic sugar, which comes with all sorts of
|
||||
// candy (performance benefits). Don't believe me? Directly to source https://github.com/ziglang/zig/pull/21367
|
||||
|
Loading…
x
Reference in New Issue
Block a user