mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
6 lines
150 B
Java
6 lines
150 B
Java
/* /nodynamiccopyright/ */
|
|
public class HelloWorld {
|
|
public static void main(String argv[]) {
|
|
System.out.println("Hello World.");
|
|
}
|
|
}
|