test fastest action speed
All checks were successful
Java CI / build (push) Successful in 14s

This commit is contained in:
fly6516 2024-12-19 00:12:11 +08:00
parent fbfc657f65
commit dc37e7e56e

View File

@ -3,6 +3,7 @@ public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
System.out.println("Author by fly6516");
}
}