slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 25 Aug 2020 01:41:56 +0100
changeset 338 b4b059aea3fc
parent 308 87fbac6f39d1
child 478 0e6ca70496c1
permissions -rw-r--r--
update

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