aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-03-09 12:20:45 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2023-03-09 12:20:45 +0100
commit8f67cb8c02e3c42d23b9aa423651862c3081fdeb (patch)
tree167c5f6c5ffd09d586775c2c1141be9b65179d30
parentfd8bde3cd31bb4097da5974dba5ae3ff35ca2d11 (diff)
added line feed
-rw-r--r--exercises/096_memory_allocation.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/096_memory_allocation.zig b/exercises/096_memory_allocation.zig
index 7843b93..d490fdb 100644
--- a/exercises/096_memory_allocation.zig
+++ b/exercises/096_memory_allocation.zig
@@ -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