Repositories
ยป
probe
: Just testing things
Commits
Files
Markers
Readme
License
Download
-- Select Branch --
master
Path:
probe
/
zig-struct-json
/ player.zig (
raw
)
1
const
std = @import(
"std"
);
2
3
pub
const
Player =
struct
{
4
name: []
const
u8
,
5
age:
u8
,
6
};