summaryrefslogtreecommitdiff
path: root/exercises/108_labeled_switch.zig
AgeCommit message (Expand)Author
2025-01-08Update exercises/108_labeled_switch.zigchrboesch
2025-01-08Update exercises/108_labeled_switch.zigchrboesch
2025-01-07Fix a typo: we need do we need to -> we need tomikkurogue
2025-01-07Update: Remove the 4th branch in favour of just making that the else branchmikkurogue
2025-01-04Update: 108 Labeled switch example to contain default case for exhaustionmikkurogue
2024-09-20Minor improvements.Chris Boesch
2024-09-18improve explanantions in labeled switchNuno Mendes
2024-09-16update labeled switch to also have a break statementNuno Mendes
2024-09-15108: Add a exercise for a labeled switchNuno Mendes