slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 09 Nov 2022 16:44:16 +0000
changeset 435 fda7c39f3b6a
parent 308 e86add5a6961
child 481 e03a0100ec46
permissions -rw-r--r--
updated wordle testing

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