slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 01 Nov 2022 15:03:48 +0000
changeset 428 cdfa6a293453
parent 308 e86add5a6961
child 481 e03a0100ec46
permissions -rw-r--r--
updated solutions and templates

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