1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-04-30 17:06:26 +02:00

Add java 21+ support

This commit is contained in:
Ethan McCue 2023-05-16 00:21:53 -04:00
parent c1ed7a7118
commit 4c739965c2
15 changed files with 90 additions and 0 deletions
packages/java/20.0.1

5
packages/java/20.0.1/test.java vendored Normal file
View file

@ -0,0 +1,5 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("OK");
}
}