// Online Java Compiler
// Use this editor to write, compile and run your Java code online
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Output
Java Course, Enhanced by AI
Learn Java the right way — solve challenges, build projects, and leverage the power of AI to aid you in handling errors.