slides/Point.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 04 Nov 2020 14:55:49 +0000 (2020-11-04)
changeset 350 c5ad0e3f2a6d
parent 308 e86add5a6961
child 481 e03a0100ec46
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
308
e86add5a6961 updated
Christian Urban <urbanc@in.tum.de>
parents: 32
diff changeset
     1
case class Point(val x: Int, val y: Int)