slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Sat, 11 Mar 2023 23:22:05 +0000
changeset 465 3c5a3166b091
parent 308 87fbac6f39d1
child 478 0e6ca70496c1
permissions -rw-r--r--
updated and cleaned
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
308
87fbac6f39d1 updated
Christian Urban <urbanc@in.tum.de>
parents: 32
diff changeset
     1
case class Point(val x: Int, val y: Int)