Java_compiler_test/HelloWorld.java
fly6516 dc37e7e56e
All checks were successful
Java CI / build (push) Successful in 14s
test fastest action speed
2024-12-19 00:12:11 +08:00

11 lines
176 B
Java

public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
System.out.println("Author by fly6516");
}
}