fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3. /* Name of the class has to be "Main" only if the class is public. */
  4. public class Main
  5. {
  6. public static void main(String [ ] args){
  7. System.out.println("Hello reddit!");
  8. System.out.println("My name is Daniyal.");
  9. }
  10.  
  11. }
Success #stdin #stdout 0.07s 380160KB
stdin
Standard input is empty
stdout
Hello reddit!
My name is Daniyal.