slides/Point.scala
author Christian Urban <urbanc@in.tum.de>
Thu, 31 Oct 2019 12:01:56 +0000
changeset 300 72688efdf17c
parent 32 45557ad18ea6
child 308 e86add5a6961
permissions -rw-r--r--
updated testing files

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