mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Use simpler main!
This commit is contained in:
parent
4c739965c2
commit
a8e3935746
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
|||
public class HelloWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("OK");
|
||||
}
|
||||
void main() {
|
||||
System.out.println("OK");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue