1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-04-30 08:56:30 +02:00
piston/packages/java/15.0.2/test.java
2021-03-14 00:14:06 +13:00

5 lines
No EOL
112 B
Java

public class HelloWorld {
public static void main(String[] args) {
System.out.println("OK");
}
}