aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-03-09 12:39:32 +0100
committerGitHub <noreply@github.com>2023-03-09 12:39:32 +0100
commit4455afebf91968f2600f05d315e72979cfe460cf (patch)
tree167c5f6c5ffd09d586775c2c1141be9b65179d30 /exercises
parentfd8bde3cd31bb4097da5974dba5ae3ff35ca2d11 (diff)
parent8f67cb8c02e3c42d23b9aa423651862c3081fdeb (diff)
Merge pull request #197 from chrboesch/memall
added line feed
Diffstat (limited to 'exercises')
-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