slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Tue, 19 Nov 2019 00:40:27 +0000
changeset 320 cdfb2ce30a3d
parent 308 e86add5a6961
child 481 e03a0100ec46
permissions -rw-r--r--
updated

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