slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Fri, 05 Oct 2018 11:27:16 +0100
changeset 194 2e373c31baed
parent 32 45557ad18ea6
child 308 87fbac6f39d1
permissions -rw-r--r--
updated

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