System.out.println("Olá mundo!");System.out.println(1+1);
Standard input is empty
Main.java:1: class, interface, or enum expected System.out.println("Ol? mundo!"); ^ Main.java:2: class, interface, or enum expected System.out.println(1+1); ^ 2 errors
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!