Error: Could not find or load main class [duplicate]

0

I already tried: Could not locate or load the main class file.java

I'm starting to learn how to use java.

Code:

class main {
public static void main (String[]args){

    System.out.println("Ola mundo");




}

}

    
asked by anonymous 30.09.2017 / 20:41

0 answers