mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 01:20:00 +00:00
@@ -69,6 +69,7 @@ pub fn main() !void {
|
|||||||
for (avg) |val| {
|
for (avg) |val| {
|
||||||
std.debug.print("{d:.2} ", .{val});
|
std.debug.print("{d:.2} ", .{val});
|
||||||
}
|
}
|
||||||
|
std.debug.print("\n", .{});
|
||||||
}
|
}
|
||||||
|
|
||||||
// For more details on memory allocation and the different types of
|
// For more details on memory allocation and the different types of
|
||||||
|
|||||||
Reference in New Issue
Block a user