slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Fri, 05 Oct 2018 11:25:53 +0100
changeset 193 b8e3f32d6097
parent 32 45557ad18ea6
child 308 87fbac6f39d1
permissions -rw-r--r--
updated
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)