added line feed

This commit is contained in:
Chris Boesch 2023-03-09 12:20:45 +01:00
parent 0b39223142
commit 2a56978de3

View file

@ -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