mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 17:09:59 +00:00
added newline print to make output look nicer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user