highscore-server/src/score.v

7 lines
56 B
V

module main
struct Score {
player string
score int
}