We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32b77a commit 0ddf577Copy full SHA for 0ddf577
solutions/ChallengeThree.java
@@ -47,7 +47,7 @@ public DateUtil(String date) {
47
48
// CODE2: Write code to initialize the date field of the class
49
theDate = LocalDate.parse(date);
50
- System.out.println(theDate);
+
51
// ====================================
52
// Do not change the code after this
53
}
0 commit comments