case class Point(x: Int, y: Int)case class Size(width: Int, height: Int) object Main extends App { val p = Point(1, 2) val s = Size(3, 4)}
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!