Im having trouble with a simple hello world program lol! Im hoping someone can shed some light on this.
So the error im receiving is the following:
$
public static void main(String[] args) public static void main(String... args) public static void main(String args[])
Java programs start executing at the main method, which has the above method prototype