aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/099_formatting.patch5
1 files changed, 5 insertions, 0 deletions
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)});