slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Sat, 09 Nov 2019 22:04:53 +0000
changeset 315 1cd2dbdb6a0e
parent 308 87fbac6f39d1
child 478 0e6ca70496c1
permissions -rw-r--r--
updated

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