slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 23 Apr 2020 14:49:54 +0100
changeset 334 841727e27252
parent 308 e86add5a6961
child 481 e03a0100ec46
permissions -rw-r--r--
updated

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