public class Main {
public static void main(String[] args) {
//Set your print into the console
System.out.println("Hello World");
}
}
I have tried executing the program through command prompt(cmd.exe), yet it keeps on bringing errors as its output.
I expected to get hello World, but I get:
Error: could not find or load main class MyClass.java