slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 08 Nov 2021 01:49:28 +0000
changeset 404 5ff7ffa929cc
parent 308 87fbac6f39d1
child 478 0e6ca70496c1
permissions -rw-r--r--
updated

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