This commit is contained in:
Adam Millerchip 2021-12-26 13:04:42 +09:00
parent c01a756b02
commit 11428b6e38
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pub fn main() void {
fn printAnimal(animal: u8) void {
std.debug.print("(", .{});
std.debug.print(") ", .{}); // <---- how?!
defer std.debug.print(") ", .{}); // <---- how?!
if (animal == 'g') {
std.debug.print("Goat", .{});