//OutPrint.java public class OutPrint{public static void main(String[] args){System.out.println("Hello");}}
Main.java:3: class OutPrint is public, should be declared in a file named OutPrint.java public class OutPrint{ ^ 1 error
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!