mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
added line feed
This commit is contained in:
parent
fd8bde3cd3
commit
8f67cb8c02
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ pub fn main() !void {
|
|||
for (avg) |val| {
|
||||
std.debug.print("{d:.2} ", .{val});
|
||||
}
|
||||
std.debug.print("\n", .{});
|
||||
}
|
||||
|
||||
// For more details on memory allocation and the different types of
|
||||
|
|
Loading…
Reference in a new issue