module main

struct Score {
	player string
	score  int
}