Hi everyone,
I'm just starting to learn Java. I copied the following program from a textbook, but it doesn't seem to work for some reason. I'd appreciate your help.
Here's the code:
public class Hello {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}