added newline print to make output look nicer

This commit is contained in:
Airbus5717
2021-07-21 13:04:52 +03:00
parent aa733dc3ef
commit e051903055
2 changed files with 4 additions and 11 deletions

View File

@@ -47,6 +47,7 @@ fn printHand(hand: ???) void {
for (hand) |h| {
std.debug.print("{u} ", .{h});
}
std.debug.print("\n", .{});
}
//
// Fun fact: Under the hood, slices are stored as a pointer to