6 lines
57 B
V
6 lines
57 B
V
module main
|
|
|
|
struct Score {
|
|
player string
|
|
score int
|
|
}
|