Hi I am making a hello world app, my third line is keep messing up and I don't know why. Any suggestions, my teacher gave me a brief direction for it but looks like i messed up on something and i went through it three times.
public class HelloWorldApp {
public static void main(String [] args){
System.out.println(“Hello World”);
}
}