slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Sat, 15 Dec 2018 23:58:12 +0000
changeset 248 e8d966b1826d
parent 32 45557ad18ea6
child 308 87fbac6f39d1
permissions -rw-r--r--
updared

class Point(val x: Int, val y: Int)