|
@@ -29,8 +29,8 @@ pub fn main() void {
|
|
// ...
|
|
// ...
|
|
25 => 'Y',
|
|
25 => 'Y',
|
|
26 => 'Z',
|
|
26 => 'Z',
|
|
- // As in the last exercise, please add the "else" clause
|
|
|
|
- // and this time, have it return an exclamation mark "!".
|
|
|
|
|
|
+ // As in the last exercise, please add the 'else' clause
|
|
|
|
+ // and this time, have it return an exclamation mark '!'.
|
|
};
|
|
};
|
|
|
|
|
|
std.debug.print("{c}", .{real_char});
|
|
std.debug.print("{c}", .{real_char});
|