fork download
  1. /* package whatever; // don't place package name! */
  2. import javax.swing.*;
  3. /* Name of the class has to be "Main" only if the class is public. */
  4. class Ideone
  5. {
  6. public static void main (String[] args) throws java.lang.Exception
  7. {
  8. // your code goes here
  9. System.out.println("Hello");
  10. }
  11. }
Success #stdin #stdout 0.09s 54604KB
stdin
Standard input is empty
stdout
Hello