object Main { def main(args: Array[String]): Unit = { val a = 8 val v = 9 val total = a + v println(total) }}
Standard input is empty
17
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!