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