Skip to content

Commit 8113391

Browse files
Rename QuestionFour.java to src/QuestionFour.java
1 parent 2b30be7 commit 8113391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ public static void main(String[] args) {
2929

3030
System.out.printf("Your age is %d years %d months and %d days.", period.getYears(), period.getMonths(), period.getDays());
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)