mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 15:59:59 +00:00
Removed debug info.
This commit is contained in:
@@ -6,7 +6,3 @@
|
||||
< var scale: u32 = undefined;
|
||||
---
|
||||
> comptime var scale: u32 = undefined;
|
||||
76c76
|
||||
< minnow.scaleMe(scale);
|
||||
---
|
||||
> minnow.scaleMe(32);
|
||||
|
||||
Reference in New Issue
Block a user