add new files

This commit is contained in:
2025-01-08 23:19:45 +08:00
parent f9788e9a7d
commit bd871d68e0
3 changed files with 60 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ public class LeapYear {
if (args.length < 1) {
System.out.println("Please enter command line arguments.");
System.out.println("e.g. java Year 2000");
System.out.println("aaa 2000 cccc");
}
for (int i = 0; i < args.length; i++) {
try {