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