mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
Single quotes around character and source in comment
This commit is contained in:
parent
f3e25be7d0
commit
ff2659410c
@ -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});
|
||||
|
Loading…
x
Reference in New Issue
Block a user