mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 08:53:31 +02:00
5 lines
114 B
Diff
5 lines
114 B
Diff
21c21
|
|
< std.debug.print(") ", .{}); // <---- how?!
|
|
---
|
|
> defer std.debug.print(") ", .{}); // <---- how?!
|