6 lines
94 B
Kotlin

package adrienmalin.pingpoints
data class Player (
var name: String,
var score: Int
)