slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Wed, 06 Nov 2019 00:36:45 +0000
changeset 314 6624122bdf74
parent 308 87fbac6f39d1
child 478 0e6ca70496c1
permissions -rw-r--r--
updated

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