slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Tue, 29 Oct 2019 23:56:13 +0000
changeset 283 ef5f62bf5987
parent 32 45557ad18ea6
child 308 e86add5a6961
permissions -rw-r--r--
updated

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