object Main {def main(args: Array[String]) {var i = new Integer(12);println(i);println("Hello, world!");}}
Standard input is empty
12 Hello, world!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!