const std = @import("std"); pub const Player = struct { name: []const u8, age: u8, };