mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 00:43:30 +02:00
progress
This commit is contained in:
@@ -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 '!'.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user