From 42c430a0c070fe7b73598fbacc6b0d1aad085390 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 23 Apr 2023 18:54:43 -0400 Subject: Ex 099 format instructions to 65 columns, wording, examples --- patches/patches/099_formatting.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'patches') diff --git a/patches/patches/099_formatting.patch b/patches/patches/099_formatting.patch index bb25059..5b7efbe 100644 --- a/patches/patches/099_formatting.patch +++ b/patches/patches/099_formatting.patch @@ -1,5 +1,4 @@ -108,109c108 -< // what formatting is needed here? +134c134 < print("{???} ", .{(a + 1) * (b + 1)}); --- > print("{d:>3} ", .{(a + 1) * (b + 1)}); -- cgit v1.2.3