slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 24 Nov 2020 09:04:06 +0000
changeset 366 d2f895c1dba6
parent 308 87fbac6f39d1
child 478 0e6ca70496c1
permissions -rw-r--r--
updated

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