mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
7 lines
150 B
Java
7 lines
150 B
Java
/* /nodynamiccopyright/ */
|
|
public class HelloWorld {
|
|
public static void main(String argv[]) {
|
|
System.out.println("Hello World.");
|
|
}
|
|
}
|