added line feed

pull/2/head
Chris Boesch 2 years ago
parent fd8bde3cd3
commit 8f67cb8c02

@ -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…
Cancel
Save