object Main extends App {for(i <- 1 to 10){ println(i*3)}(1 to 10).foreach( i => println(i*3 + "です。"))}
Standard input is empty
3 6 9 12 15 18 21 24 27 30 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!