mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 09:29:59 +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
|
// Since we basically write to debug output in Ziglings, our output usually
|
||||||
// looks like this:
|
// 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?
|
// But how is the statement just shown formatted?
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user