Single quotes around character and source in comment

This commit is contained in:
Dave Gauer 2021-04-17 16:46:26 -04:00
parent 2061140ef6
commit 284e90015f
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ pub fn main() void {
// ...
25 => 'Y',
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});