mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Merge pull request #247 from chrboesch/formatting
added first formatting exercise
This commit is contained in:
5
patches/patches/099_formatting.patch
Normal file
5
patches/patches/099_formatting.patch
Normal file
@@ -0,0 +1,5 @@
|
||||
108,109c108
|
||||
< // what formatting is needed here?
|
||||
< print("{???} ", .{(a + 1) * (b + 1)});
|
||||
---
|
||||
> print("{d:>3} ", .{(a + 1) * (b + 1)});
|
||||
Reference in New Issue
Block a user