Remove extraneous newlines in exercises 26 and 44
This commit is contained in:
parent
1a89e4ebf1
commit
f07c503b77
2 changed files with 0 additions and 2 deletions
|
|
@ -62,7 +62,6 @@ pub fn main() void {
|
|||
|
||||
// Note how this function's "c" parameter is a pointer to a Character struct.
|
||||
fn printCharacter(c: *Character) void {
|
||||
|
||||
// Here's something you haven't seen before: when switching an enum, you
|
||||
// don't have to write the full enum name. Zig understands that ".wizard"
|
||||
// means "Class.wizard" when we switch on a Class enum value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue