mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Update: Remove the 4th branch in favour of just making that the else branch
Probably easier to not have an "unused" branch that returns the same as the else branch in the example. Signed-off-by: mikkurogue <mikkurogue@noreply.codeberg.org>
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
// 1 => continue :foo 2,
|
||||
// 2 => continue :foo 3,
|
||||
// 3 => return,
|
||||
// 4 => {},
|
||||
// else => {},
|
||||
// }
|
||||
// std.debug.print("This statement cannot be reached");
|
||||
|
||||
Reference in New Issue
Block a user