slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Fri, 22 Nov 2019 16:41:45 +0000
changeset 323 93b6c16dded8
parent 308 87fbac6f39d1
child 478 0e6ca70496c1
permissions -rw-r--r--
updated

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