الرجوع
تسجيل الدخول

What type of error does the following code generate?

public class Main { 
  public static void main(String[] args) { 
    System.out.println("Hello, World")
  } 
}