object Main {def main(args: Array[String]) {var i = new Integer(12);i=i*3;println(i);println("Hello, world!");}}
Standard input is empty
Main.scala:4: error: value * is not a member of java.lang.Integer i=i*3; ^ one error found
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!