CET 3640/4376 LAB#1 Hello World

I keep on having issues on uploading my lab #1. I keep on getting errors, but here is my lab below.

————————————————————————————————————-

public class Main {

public static void main(String[] args)
{
System.out.println(“Hello World!!!!!!”);
}
}