object Main {def main(args: Array[String]) {var i = (Double)12;i=i*3;println(i);println("Hello, world!");}}
Standard input is empty
Main.scala:3: error: ';' expected but integer literal found. var i = (Double)12; ^ 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!