slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 01 Nov 2022 15:03:48 +0000
changeset 425 6e990ae2c6a3
parent 308 87fbac6f39d1
child 478 0e6ca70496c1
permissions -rw-r--r--
updated solutions and templates

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