slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 06 Jun 2024 22:18:15 +0100
changeset 487 4a22b233a5bf
parent 478 0e6ca70496c1
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
478
0e6ca70496c1 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 308
diff changeset
     1
case class Point(x: Int, y: Int)