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 99891b53fb
commit 42c430a0c0
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)});