1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-09-18 18:00:04 +02:00

Use simpler main!

This commit is contained in:
Ethan McCue 2023-05-16 00:39:36 -04:00
parent 4c739965c2
commit a8e3935746

View file

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