diff options
| author | Chris Boesch <[email protected]> | 2023-04-19 22:14:06 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-19 22:14:06 +0200 |
| commit | 99891b53fb799b221c0b63cdfc79e7ce20d99fd6 (patch) | |
| tree | 62cb9fbfdda40192ce0ca3e8db86f678d4b1255a /exercises/099_formatting.zig | |
| parent | 4435cebe7af97e32f5915b4edcb3c7fe97d8344d (diff) | |
| download | ziglings-99891b53fb799b221c0b63cdfc79e7ce20d99fd6.tar.xz ziglings-99891b53fb799b221c0b63cdfc79e7ce20d99fd6.zip | |
Update 099_formatting.zig
typo fixed
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 788584f..6df2528 100644 --- a/exercises/099_formatting.zig +++ b/exercises/099_formatting.zig @@ -41,7 +41,7 @@ // Since we basically write to debug output in Ziglings, our output usually // looks like this: // -// std.debug.print("Text {placeholder} another text \n", .{variable}); +// print("Text {placeholder} another text \n", .{variable}); // // But how is the statement just shown formatted? // |
