From d6d30934dba19bcc5e44c305f789625414e06f67 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Wed, 19 Apr 2023 21:57:37 +0200 Subject: added first formatting exercise --- patches/patches/099_formatting.patch | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 patches/patches/099_formatting.patch (limited to 'patches') diff --git a/patches/patches/099_formatting.patch b/patches/patches/099_formatting.patch new file mode 100644 index 0000000..bb25059 --- /dev/null +++ b/patches/patches/099_formatting.patch @@ -0,0 +1,5 @@ +108,109c108 +< // what formatting is needed here? +< print("{???} ", .{(a + 1) * (b + 1)}); +--- +> print("{d:>3} ", .{(a + 1) * (b + 1)}); -- cgit v1.2.3