mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 17:39:58 +00:00
Re-sync patches with current changes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
96c96
|
||||
95c95
|
||||
< const print = ???;
|
||||
---
|
||||
> const print = std.debug.print;
|
||||
152c152
|
||||
160c160
|
||||
< levelUp(glorp, reward_xp);
|
||||
---
|
||||
> levelUp(&glorp, reward_xp);
|
||||
157c157
|
||||
166c166
|
||||
< fn levelUp(character_access: Character, xp: u32) void {
|
||||
---
|
||||
> fn levelUp(character_access: *Character, xp: u32) void {
|
||||
|
||||
Reference in New Issue
Block a user