slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 13 Nov 2025 17:44:58 +0000
changeset 498 0f1b97538ad4
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)