public class Main { public static void main(String[] args) { for (int i = 0; i < 10; i++) { System.out.println("Hello, world!"); } }}
Standard input is empty
Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world! Hello, world!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!