added newline print to make output look nicer

This commit is contained in:
Airbus5717 2021-07-21 13:04:52 +03:00
parent 613d77b7f8
commit 243df7681d
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