added newline print to make output look nicer
This commit is contained in:
parent
613d77b7f8
commit
243df7681d
2 changed files with 4 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue