pub type Round = PuzzleRoundJson;
struct Round { pub date: u64, pub win: bool, pub puzzle: Puzzle, }
date: u64
win: bool
puzzle: Puzzle