slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Fri, 08 Dec 2023 00:54:36 +0000
changeset 478 0e6ca70496c1
parent 308 87fbac6f39d1
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)