slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Wed, 07 Nov 2018 12:08:01 +0000
changeset 198 d59c7995bcb2
parent 32 45557ad18ea6
child 308 e86add5a6961
permissions -rw-r--r--
updated handout
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
45557ad18ea6 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
class Point(val x: Int, val y: Int)