Back
Java Editor
Beginner
Run »
Main Method
Print "Hello World" to the console inside the main method.
Check Solution
public class Main { public static void main(String[] args) { // Code here } }