mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
commit
4455afebf9
@ -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…
x
Reference in New Issue
Block a user