View Code of Problem 1

public  class Main{
  public static void main(String[] args){
   system.out.println("hello");
  }
  
}
/*
Main.java:3: error: package system does not exist
   system.out.println("hello");
         ^
1 error
*/

Double click to view unformatted code.


Back to problem 1