fork download
  1.  
  2.  
  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){
  7. System.out.print("hello");
  8. }
  9. }
Success #stdin #stdout 0.11s 52556KB
stdin
Standard input is empty
stdout
hello