Chris Boesch 2 лет назад
Родитель
Сommit
8f67cb8c02
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      exercises/096_memory_allocation.zig

+ 1 - 0
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