mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
Initial load
This commit is contained in:
parent
686d76f772
commit
f57b87e8f6
2973 changed files with 295817 additions and 0 deletions
6
langtools/test/tools/apt/Compile/HelloWorld.java
Normal file
6
langtools/test/tools/apt/Compile/HelloWorld.java
Normal file
|
@ -0,0 +1,6 @@
|
|||
/* /nodynamiccopyright/ */
|
||||
public class HelloWorld {
|
||||
public static void main(String argv[]) {
|
||||
System.out.println("Hello World.");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue