highscore-server/src/score.v

7 lines
57 B
V

module main
struct Score {
player string
score int
}