object Main { def main(args: Array[String]) { var a=10; var b=5; if(a>b) println(a+" is greater"); else println(b+" is greater"); }}
Standard input is empty
10 is greater
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!