1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00

108: Make pretty

This commit is contained in:
felixrabe 2025-06-01 01:05:22 +02:00
parent fd764e90ab
commit 91f1c045bc

View file

@ -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