This commit is contained in:
2026-06-04 15:03:31 +02:00
parent 77e39463d4
commit b8ba0dbb54
6 changed files with 10 additions and 6 deletions
+1
View File
@@ -29,6 +29,7 @@ pub fn main() void {
// ...
25 => 'Y',
26 => 'Z',
else => '!',
// As in the last exercise, please add the 'else' clause
// and this time, have it return an exclamation mark '!'.
};