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:
$
Your main method signature is wrong String instead of String []
String
String []
use
public static void main(String[] argv)
or
public static void main(String... argv)
read here