slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Mon, 11 Jun 2018 14:59:09 +0100
changeset 180 35b4dc785a40
parent 32 45557ad18ea6
child 308 e86add5a6961
permissions -rw-r--r--
test
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)