slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 06 Jun 2024 19:14:33 +0100
changeset 489 d51cacc92480
parent 481 e03a0100ec46
permissions -rw-r--r--
updated to Scala 3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
481
e03a0100ec46 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 308
diff changeset
     1
case class Point(x: Int, y: Int)