mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 17:09:59 +00:00
Normalize interrobangs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
21c21
|
||||
< std.debug.print(") ", .{}); // <---- how!?
|
||||
< std.debug.print(") ", .{}); // <---- how?!
|
||||
---
|
||||
> defer std.debug.print(") ", .{}); // <---- how!?
|
||||
> defer std.debug.print(") ", .{}); // <---- how?!
|
||||
|
||||
Reference in New Issue
Block a user