slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Sat, 11 Mar 2023 23:22:05 +0000
changeset 468 0587ef444547
parent 308 e86add5a6961
child 481 e03a0100ec46
permissions -rw-r--r--
updated and cleaned

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