diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-06-17 14:10:16 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-06-17 14:10:16 +0200 |
| commit | bc96d06da4d3400f40babd1de0eb0e100d734273 (patch) | |
| tree | d93343ffda857f50e8acf2ad875552a2bb1e8292 /exercises/099_formatting.zig | |
| parent | 451e1a373969f81fb63223e10b1d69ba7dac3523 (diff) | |
| parent | afaab2efca069cb4144d8bcb3a82ee042315ea6b (diff) | |
Merge branch 'main' into i278
Diffstat (limited to 'exercises/099_formatting.zig')
| -rw-r--r-- | exercises/099_formatting.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/099_formatting.zig b/exercises/099_formatting.zig index 37fab45..ef6b84e 100644 --- a/exercises/099_formatting.zig +++ b/exercises/099_formatting.zig @@ -60,7 +60,7 @@ // variety of formatting instructions. It's basically a tiny // language of its own. Here's a numeric example: // -// print("Catch-{x:0>4}.", .{twenty_two}); +// print("Catch-0x{x:0>4}.", .{twenty_two}); // // This formatting instruction outputs a hexadecimal number with // leading zeros: |
