mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Update 099_formatting.zig
typo fixed
This commit is contained in:
@@ -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?
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user