fork download
  1. object Main {
  2. // your code goes here
  3.  
  4. println( "Head of fruit : ")
  5. }
Runtime error #stdin #stdout #stderr 0.08s 381184KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: Main method not found in class Main, please define the main method as:
   public static void main(String[] args)