diff --git a/3_ecosystem/3_3_date_time/README.md b/3_ecosystem/3_3_date_time/README.md index 5a256ce0..e4ea1cd5 100644 --- a/3_ecosystem/3_3_date_time/README.md +++ b/3_ecosystem/3_3_date_time/README.md @@ -34,7 +34,7 @@ Provide implementations for `User::age()` and `User::is_adult()` methods in [thi Prove your implementation correctness with additional tests. For tests reproducibility consider that "now time" is the date specified in the `NOW` constant. - +> 💡 The structure needs to be modified ## Questions