slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 30 Nov 2020 12:58:37 +0000
changeset 381 6c2792a3e00d
parent 308 87fbac6f39d1
child 478 0e6ca70496c1
permissions -rw-r--r--
updated duration class

case class Point(val x: Int, val y: Int)