Skip to main content
✏️ Code CompletionJV Java Easy+10 XP

Main Method Signature

Complete the Java main method.

✏️ Fill in the blank
public static void ___(String[] args) {
    System.out.println("Hello!");
}

✏️ Type the missing code: