mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
parent
7a8af5acc8
commit
4865e72a94
16 changed files with 859 additions and 7 deletions
5
hotspot/test/compiler/aot/scripts/HelloWorld.java
Normal file
5
hotspot/test/compiler/aot/scripts/HelloWorld.java
Normal file
|
@ -0,0 +1,5 @@
|
|||
public class HelloWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, world!");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue