1const std = @import("std");
2
3pub const Player = struct {
4    name: []const u8,
5    age: u8,
6};