I made this script for Java lenguage and i cant figure out whats wrong!
This is the entire script(It's an example):
import java.security.PublicKey;
Public class gastonjavaclass {
Public void main (String [] args) {
System.out.println("hols");
}
}
I got this error:
<identifier> expected
class, interface, or enum expected
invalid method declaration; return type required
Thanks for the time.










