object Main extends App { var i = 3 for {j <- 1 to 10} println(i * j)}
Standard input is empty
3 6 9 12 15 18 21 24 27 30
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!