n greeting(buf: []u8, yourname: []const u8) void { std.fmt.bufPrint(buf, "Nice to meet you {s}", .{yourname}); } I write code mainly in: