From 833237072b8057096230420ce666561a30d482a5 Mon Sep 17 00:00:00 2001 From: Denys Date: Wed, 7 Feb 2024 17:14:00 +0200 Subject: [PATCH] Update README.md --- 3_ecosystem/3_3_date_time/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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