2018-12-04 20:52:15 +01:00

6 lines
103 B
Kotlin

package adrienmalin.pingpoints
data class Point (
val score: List<Int>,
val serviceSide: Int
)