added format parameter {d}
This commit is contained in:
parent
223fc79e44
commit
05589f8ba1
4 changed files with 7 additions and 7 deletions
|
|
@ -45,7 +45,7 @@ pub fn main() !void {
|
|||
|
||||
// Woah, too screamy, I know you're excited for zigling time but tone it down a bit
|
||||
// Can you print only what we read from the file ?
|
||||
std.debug.print("Successfully Read {} byte: {s}\n", .{
|
||||
std.debug.print("Successfully Read {d} byte: {s}\n", .{
|
||||
byte_read,
|
||||
content, // change this line only
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue