aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features1921/java21/UnnamedClassWithSimpleMainMethodPreview1.java
blob: a9ecd1d7ed06d8e625031c2fb7b75276c4060b8c (plain)
1
2
3
4
5
6
/**
 * Example according to <a href="https://openjdk.org/jeps/445">JEP 445</a>
 */
void main() {
  System.out.println("Hello world!");
}