add new files
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user