Skip to content

Commit

Permalink
Merge pull request ratfactor#197 from chrboesch/memall
Browse files Browse the repository at this point in the history
added line feed
  • Loading branch information
chrboesch authored Mar 9, 2023
2 parents 0b39223 + 2a56978 commit 8e64d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/096_memory_allocation.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e64d13

Please sign in to comment.