Ex 099 format instructions to 65 columns, wording, examples

This commit is contained in:
Dave Gauer 2023-04-23 18:54:43 -04:00
parent 1832080daa
commit 2fe145964a
2 changed files with 90 additions and 66 deletions

View file

@ -1,5 +1,4 @@
108,109c108
< // what formatting is needed here?
134c134
< print("{???} ", .{(a + 1) * (b + 1)});
---
> print("{d:>3} ", .{(a + 1) * (b + 1)});