summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-25 16:30:01 +0200
committermo8it <mo8it@proton.me>2024-04-25 16:30:01 +0200
commit177e2870c5272dacee662d3e9522bc57c5a134c0 (patch)
tree65947f8e12480973bff39c247e3bbcfcdb8c95e2
parent3ce32352945a81972b5b421d522ca5e6fbd28d2c (diff)
Edit comment
-rw-r--r--solutions/00_intro/intro1.rs2
-rw-r--r--solutions/00_intro/intro2.rs2
-rw-r--r--solutions/01_variables/variables1.rs2
-rw-r--r--solutions/01_variables/variables2.rs2
-rw-r--r--solutions/01_variables/variables3.rs2
-rw-r--r--solutions/01_variables/variables4.rs2
-rw-r--r--solutions/01_variables/variables5.rs2
-rw-r--r--solutions/01_variables/variables6.rs2
-rw-r--r--solutions/02_functions/functions1.rs2
-rw-r--r--solutions/02_functions/functions2.rs2
-rw-r--r--solutions/02_functions/functions3.rs2
-rw-r--r--solutions/02_functions/functions4.rs2
-rw-r--r--solutions/02_functions/functions5.rs2
-rw-r--r--solutions/03_if/if1.rs2
-rw-r--r--solutions/03_if/if2.rs2
-rw-r--r--solutions/03_if/if3.rs2
-rw-r--r--solutions/04_primitive_types/primitive_types1.rs2
-rw-r--r--solutions/04_primitive_types/primitive_types2.rs2
-rw-r--r--solutions/04_primitive_types/primitive_types3.rs2
-rw-r--r--solutions/04_primitive_types/primitive_types4.rs2
-rw-r--r--solutions/04_primitive_types/primitive_types5.rs2
-rw-r--r--solutions/04_primitive_types/primitive_types6.rs2
-rw-r--r--solutions/05_vecs/vecs1.rs2
-rw-r--r--solutions/05_vecs/vecs2.rs2
-rw-r--r--solutions/06_move_semantics/move_semantics1.rs2
-rw-r--r--solutions/06_move_semantics/move_semantics2.rs2
-rw-r--r--solutions/06_move_semantics/move_semantics3.rs2
-rw-r--r--solutions/06_move_semantics/move_semantics4.rs2
-rw-r--r--solutions/06_move_semantics/move_semantics5.rs2
-rw-r--r--solutions/06_move_semantics/move_semantics6.rs2
-rw-r--r--solutions/07_structs/structs1.rs2
-rw-r--r--solutions/07_structs/structs2.rs2
-rw-r--r--solutions/07_structs/structs3.rs2
-rw-r--r--solutions/08_enums/enums1.rs2
-rw-r--r--solutions/08_enums/enums2.rs2
-rw-r--r--solutions/08_enums/enums3.rs2
-rw-r--r--solutions/09_strings/strings1.rs2
-rw-r--r--solutions/09_strings/strings2.rs2
-rw-r--r--solutions/09_strings/strings3.rs2
-rw-r--r--solutions/09_strings/strings4.rs2
-rw-r--r--solutions/10_modules/modules1.rs2
-rw-r--r--solutions/10_modules/modules2.rs2
-rw-r--r--solutions/10_modules/modules3.rs2
-rw-r--r--solutions/11_hashmaps/hashmaps1.rs2
-rw-r--r--solutions/11_hashmaps/hashmaps2.rs2
-rw-r--r--solutions/11_hashmaps/hashmaps3.rs2
-rw-r--r--solutions/12_options/options1.rs2
-rw-r--r--solutions/12_options/options2.rs2
-rw-r--r--solutions/12_options/options3.rs2
-rw-r--r--solutions/13_error_handling/errors1.rs2
-rw-r--r--solutions/13_error_handling/errors2.rs2
-rw-r--r--solutions/13_error_handling/errors3.rs2
-rw-r--r--solutions/13_error_handling/errors4.rs2
-rw-r--r--solutions/13_error_handling/errors5.rs2
-rw-r--r--solutions/13_error_handling/errors6.rs2
-rw-r--r--solutions/14_generics/generics1.rs2
-rw-r--r--solutions/14_generics/generics2.rs2
-rw-r--r--solutions/15_traits/traits1.rs2
-rw-r--r--solutions/15_traits/traits2.rs2
-rw-r--r--solutions/15_traits/traits3.rs2
-rw-r--r--solutions/15_traits/traits4.rs2
-rw-r--r--solutions/15_traits/traits5.rs2
-rw-r--r--solutions/16_lifetimes/lifetimes1.rs2
-rw-r--r--solutions/16_lifetimes/lifetimes2.rs2
-rw-r--r--solutions/16_lifetimes/lifetimes3.rs2
-rw-r--r--solutions/17_tests/tests1.rs2
-rw-r--r--solutions/17_tests/tests2.rs2
-rw-r--r--solutions/17_tests/tests3.rs2
-rw-r--r--solutions/17_tests/tests4.rs2
-rw-r--r--solutions/18_iterators/iterators1.rs2
-rw-r--r--solutions/18_iterators/iterators2.rs2
-rw-r--r--solutions/18_iterators/iterators3.rs2
-rw-r--r--solutions/18_iterators/iterators4.rs2
-rw-r--r--solutions/18_iterators/iterators5.rs2
-rw-r--r--solutions/19_smart_pointers/arc1.rs2
-rw-r--r--solutions/19_smart_pointers/box1.rs2
-rw-r--r--solutions/19_smart_pointers/cow1.rs2
-rw-r--r--solutions/19_smart_pointers/rc1.rs2
-rw-r--r--solutions/20_threads/threads1.rs2
-rw-r--r--solutions/20_threads/threads2.rs2
-rw-r--r--solutions/20_threads/threads3.rs2
-rw-r--r--solutions/21_macros/macros1.rs2
-rw-r--r--solutions/21_macros/macros2.rs2
-rw-r--r--solutions/21_macros/macros3.rs2
-rw-r--r--solutions/21_macros/macros4.rs2
-rw-r--r--solutions/22_clippy/clippy1.rs2
-rw-r--r--solutions/22_clippy/clippy2.rs2
-rw-r--r--solutions/22_clippy/clippy3.rs2
-rw-r--r--solutions/23_conversions/as_ref_mut.rs2
-rw-r--r--solutions/23_conversions/from_into.rs2
-rw-r--r--solutions/23_conversions/from_str.rs2
-rw-r--r--solutions/23_conversions/try_from_into.rs2
-rw-r--r--solutions/23_conversions/using_as.rs2
-rw-r--r--solutions/quizzes/quiz1.rs2
-rw-r--r--solutions/quizzes/quiz2.rs2
-rw-r--r--solutions/quizzes/quiz3.rs2
96 files changed, 96 insertions, 96 deletions
diff --git a/solutions/00_intro/intro1.rs b/solutions/00_intro/intro1.rs
index 70b786d..4e18198 100644
--- a/solutions/00_intro/intro1.rs
+++ b/solutions/00_intro/intro1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/00_intro/intro2.rs b/solutions/00_intro/intro2.rs
index 70b786d..4e18198 100644
--- a/solutions/00_intro/intro2.rs
+++ b/solutions/00_intro/intro2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/01_variables/variables1.rs b/solutions/01_variables/variables1.rs
index 70b786d..4e18198 100644
--- a/solutions/01_variables/variables1.rs
+++ b/solutions/01_variables/variables1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/01_variables/variables2.rs b/solutions/01_variables/variables2.rs
index 70b786d..4e18198 100644
--- a/solutions/01_variables/variables2.rs
+++ b/solutions/01_variables/variables2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/01_variables/variables3.rs b/solutions/01_variables/variables3.rs
index 70b786d..4e18198 100644
--- a/solutions/01_variables/variables3.rs
+++ b/solutions/01_variables/variables3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/01_variables/variables4.rs b/solutions/01_variables/variables4.rs
index 70b786d..4e18198 100644
--- a/solutions/01_variables/variables4.rs
+++ b/solutions/01_variables/variables4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/01_variables/variables5.rs b/solutions/01_variables/variables5.rs
index 70b786d..4e18198 100644
--- a/solutions/01_variables/variables5.rs
+++ b/solutions/01_variables/variables5.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/01_variables/variables6.rs b/solutions/01_variables/variables6.rs
index 70b786d..4e18198 100644
--- a/solutions/01_variables/variables6.rs
+++ b/solutions/01_variables/variables6.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/02_functions/functions1.rs b/solutions/02_functions/functions1.rs
index 70b786d..4e18198 100644
--- a/solutions/02_functions/functions1.rs
+++ b/solutions/02_functions/functions1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/02_functions/functions2.rs b/solutions/02_functions/functions2.rs
index 70b786d..4e18198 100644
--- a/solutions/02_functions/functions2.rs
+++ b/solutions/02_functions/functions2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/02_functions/functions3.rs b/solutions/02_functions/functions3.rs
index 70b786d..4e18198 100644
--- a/solutions/02_functions/functions3.rs
+++ b/solutions/02_functions/functions3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/02_functions/functions4.rs b/solutions/02_functions/functions4.rs
index 70b786d..4e18198 100644
--- a/solutions/02_functions/functions4.rs
+++ b/solutions/02_functions/functions4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/02_functions/functions5.rs b/solutions/02_functions/functions5.rs
index 70b786d..4e18198 100644
--- a/solutions/02_functions/functions5.rs
+++ b/solutions/02_functions/functions5.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/03_if/if1.rs b/solutions/03_if/if1.rs
index 70b786d..4e18198 100644
--- a/solutions/03_if/if1.rs
+++ b/solutions/03_if/if1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/03_if/if2.rs b/solutions/03_if/if2.rs
index 70b786d..4e18198 100644
--- a/solutions/03_if/if2.rs
+++ b/solutions/03_if/if2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/03_if/if3.rs b/solutions/03_if/if3.rs
index 70b786d..4e18198 100644
--- a/solutions/03_if/if3.rs
+++ b/solutions/03_if/if3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/04_primitive_types/primitive_types1.rs b/solutions/04_primitive_types/primitive_types1.rs
index 70b786d..4e18198 100644
--- a/solutions/04_primitive_types/primitive_types1.rs
+++ b/solutions/04_primitive_types/primitive_types1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/04_primitive_types/primitive_types2.rs b/solutions/04_primitive_types/primitive_types2.rs
index 70b786d..4e18198 100644
--- a/solutions/04_primitive_types/primitive_types2.rs
+++ b/solutions/04_primitive_types/primitive_types2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/04_primitive_types/primitive_types3.rs b/solutions/04_primitive_types/primitive_types3.rs
index 70b786d..4e18198 100644
--- a/solutions/04_primitive_types/primitive_types3.rs
+++ b/solutions/04_primitive_types/primitive_types3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/04_primitive_types/primitive_types4.rs b/solutions/04_primitive_types/primitive_types4.rs
index 70b786d..4e18198 100644
--- a/solutions/04_primitive_types/primitive_types4.rs
+++ b/solutions/04_primitive_types/primitive_types4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/04_primitive_types/primitive_types5.rs b/solutions/04_primitive_types/primitive_types5.rs
index 70b786d..4e18198 100644
--- a/solutions/04_primitive_types/primitive_types5.rs
+++ b/solutions/04_primitive_types/primitive_types5.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/04_primitive_types/primitive_types6.rs b/solutions/04_primitive_types/primitive_types6.rs
index 70b786d..4e18198 100644
--- a/solutions/04_primitive_types/primitive_types6.rs
+++ b/solutions/04_primitive_types/primitive_types6.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/05_vecs/vecs1.rs b/solutions/05_vecs/vecs1.rs
index 70b786d..4e18198 100644
--- a/solutions/05_vecs/vecs1.rs
+++ b/solutions/05_vecs/vecs1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/05_vecs/vecs2.rs b/solutions/05_vecs/vecs2.rs
index 70b786d..4e18198 100644
--- a/solutions/05_vecs/vecs2.rs
+++ b/solutions/05_vecs/vecs2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/06_move_semantics/move_semantics1.rs b/solutions/06_move_semantics/move_semantics1.rs
index 70b786d..4e18198 100644
--- a/solutions/06_move_semantics/move_semantics1.rs
+++ b/solutions/06_move_semantics/move_semantics1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/06_move_semantics/move_semantics2.rs b/solutions/06_move_semantics/move_semantics2.rs
index 70b786d..4e18198 100644
--- a/solutions/06_move_semantics/move_semantics2.rs
+++ b/solutions/06_move_semantics/move_semantics2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/06_move_semantics/move_semantics3.rs b/solutions/06_move_semantics/move_semantics3.rs
index 70b786d..4e18198 100644
--- a/solutions/06_move_semantics/move_semantics3.rs
+++ b/solutions/06_move_semantics/move_semantics3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/06_move_semantics/move_semantics4.rs b/solutions/06_move_semantics/move_semantics4.rs
index 70b786d..4e18198 100644
--- a/solutions/06_move_semantics/move_semantics4.rs
+++ b/solutions/06_move_semantics/move_semantics4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/06_move_semantics/move_semantics5.rs b/solutions/06_move_semantics/move_semantics5.rs
index 70b786d..4e18198 100644
--- a/solutions/06_move_semantics/move_semantics5.rs
+++ b/solutions/06_move_semantics/move_semantics5.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/06_move_semantics/move_semantics6.rs b/solutions/06_move_semantics/move_semantics6.rs
index 70b786d..4e18198 100644
--- a/solutions/06_move_semantics/move_semantics6.rs
+++ b/solutions/06_move_semantics/move_semantics6.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/07_structs/structs1.rs b/solutions/07_structs/structs1.rs
index 70b786d..4e18198 100644
--- a/solutions/07_structs/structs1.rs
+++ b/solutions/07_structs/structs1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/07_structs/structs2.rs b/solutions/07_structs/structs2.rs
index 70b786d..4e18198 100644
--- a/solutions/07_structs/structs2.rs
+++ b/solutions/07_structs/structs2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/07_structs/structs3.rs b/solutions/07_structs/structs3.rs
index 70b786d..4e18198 100644
--- a/solutions/07_structs/structs3.rs
+++ b/solutions/07_structs/structs3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/08_enums/enums1.rs b/solutions/08_enums/enums1.rs
index 70b786d..4e18198 100644
--- a/solutions/08_enums/enums1.rs
+++ b/solutions/08_enums/enums1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/08_enums/enums2.rs b/solutions/08_enums/enums2.rs
index 70b786d..4e18198 100644
--- a/solutions/08_enums/enums2.rs
+++ b/solutions/08_enums/enums2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/08_enums/enums3.rs b/solutions/08_enums/enums3.rs
index 70b786d..4e18198 100644
--- a/solutions/08_enums/enums3.rs
+++ b/solutions/08_enums/enums3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/09_strings/strings1.rs b/solutions/09_strings/strings1.rs
index 70b786d..4e18198 100644
--- a/solutions/09_strings/strings1.rs
+++ b/solutions/09_strings/strings1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/09_strings/strings2.rs b/solutions/09_strings/strings2.rs
index 70b786d..4e18198 100644
--- a/solutions/09_strings/strings2.rs
+++ b/solutions/09_strings/strings2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/09_strings/strings3.rs b/solutions/09_strings/strings3.rs
index 70b786d..4e18198 100644
--- a/solutions/09_strings/strings3.rs
+++ b/solutions/09_strings/strings3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/09_strings/strings4.rs b/solutions/09_strings/strings4.rs
index 70b786d..4e18198 100644
--- a/solutions/09_strings/strings4.rs
+++ b/solutions/09_strings/strings4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/10_modules/modules1.rs b/solutions/10_modules/modules1.rs
index 70b786d..4e18198 100644
--- a/solutions/10_modules/modules1.rs
+++ b/solutions/10_modules/modules1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/10_modules/modules2.rs b/solutions/10_modules/modules2.rs
index 70b786d..4e18198 100644
--- a/solutions/10_modules/modules2.rs
+++ b/solutions/10_modules/modules2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/10_modules/modules3.rs b/solutions/10_modules/modules3.rs
index 70b786d..4e18198 100644
--- a/solutions/10_modules/modules3.rs
+++ b/solutions/10_modules/modules3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/11_hashmaps/hashmaps1.rs b/solutions/11_hashmaps/hashmaps1.rs
index 70b786d..4e18198 100644
--- a/solutions/11_hashmaps/hashmaps1.rs
+++ b/solutions/11_hashmaps/hashmaps1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/11_hashmaps/hashmaps2.rs b/solutions/11_hashmaps/hashmaps2.rs
index 70b786d..4e18198 100644
--- a/solutions/11_hashmaps/hashmaps2.rs
+++ b/solutions/11_hashmaps/hashmaps2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/11_hashmaps/hashmaps3.rs b/solutions/11_hashmaps/hashmaps3.rs
index 70b786d..4e18198 100644
--- a/solutions/11_hashmaps/hashmaps3.rs
+++ b/solutions/11_hashmaps/hashmaps3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/12_options/options1.rs b/solutions/12_options/options1.rs
index 70b786d..4e18198 100644
--- a/solutions/12_options/options1.rs
+++ b/solutions/12_options/options1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/12_options/options2.rs b/solutions/12_options/options2.rs
index 70b786d..4e18198 100644
--- a/solutions/12_options/options2.rs
+++ b/solutions/12_options/options2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/12_options/options3.rs b/solutions/12_options/options3.rs
index 70b786d..4e18198 100644
--- a/solutions/12_options/options3.rs
+++ b/solutions/12_options/options3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/13_error_handling/errors1.rs b/solutions/13_error_handling/errors1.rs
index 70b786d..4e18198 100644
--- a/solutions/13_error_handling/errors1.rs
+++ b/solutions/13_error_handling/errors1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/13_error_handling/errors2.rs b/solutions/13_error_handling/errors2.rs
index 70b786d..4e18198 100644
--- a/solutions/13_error_handling/errors2.rs
+++ b/solutions/13_error_handling/errors2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/13_error_handling/errors3.rs b/solutions/13_error_handling/errors3.rs
index 70b786d..4e18198 100644
--- a/solutions/13_error_handling/errors3.rs
+++ b/solutions/13_error_handling/errors3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/13_error_handling/errors4.rs b/solutions/13_error_handling/errors4.rs
index 70b786d..4e18198 100644
--- a/solutions/13_error_handling/errors4.rs
+++ b/solutions/13_error_handling/errors4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/13_error_handling/errors5.rs b/solutions/13_error_handling/errors5.rs
index 70b786d..4e18198 100644
--- a/solutions/13_error_handling/errors5.rs
+++ b/solutions/13_error_handling/errors5.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/13_error_handling/errors6.rs b/solutions/13_error_handling/errors6.rs
index 70b786d..4e18198 100644
--- a/solutions/13_error_handling/errors6.rs
+++ b/solutions/13_error_handling/errors6.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/14_generics/generics1.rs b/solutions/14_generics/generics1.rs
index 70b786d..4e18198 100644
--- a/solutions/14_generics/generics1.rs
+++ b/solutions/14_generics/generics1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/14_generics/generics2.rs b/solutions/14_generics/generics2.rs
index 70b786d..4e18198 100644
--- a/solutions/14_generics/generics2.rs
+++ b/solutions/14_generics/generics2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/15_traits/traits1.rs b/solutions/15_traits/traits1.rs
index 70b786d..4e18198 100644
--- a/solutions/15_traits/traits1.rs
+++ b/solutions/15_traits/traits1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/15_traits/traits2.rs b/solutions/15_traits/traits2.rs
index 70b786d..4e18198 100644
--- a/solutions/15_traits/traits2.rs
+++ b/solutions/15_traits/traits2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/15_traits/traits3.rs b/solutions/15_traits/traits3.rs
index 70b786d..4e18198 100644
--- a/solutions/15_traits/traits3.rs
+++ b/solutions/15_traits/traits3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/15_traits/traits4.rs b/solutions/15_traits/traits4.rs
index 70b786d..4e18198 100644
--- a/solutions/15_traits/traits4.rs
+++ b/solutions/15_traits/traits4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/15_traits/traits5.rs b/solutions/15_traits/traits5.rs
index 70b786d..4e18198 100644
--- a/solutions/15_traits/traits5.rs
+++ b/solutions/15_traits/traits5.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/16_lifetimes/lifetimes1.rs b/solutions/16_lifetimes/lifetimes1.rs
index 70b786d..4e18198 100644
--- a/solutions/16_lifetimes/lifetimes1.rs
+++ b/solutions/16_lifetimes/lifetimes1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/16_lifetimes/lifetimes2.rs b/solutions/16_lifetimes/lifetimes2.rs
index 70b786d..4e18198 100644
--- a/solutions/16_lifetimes/lifetimes2.rs
+++ b/solutions/16_lifetimes/lifetimes2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/16_lifetimes/lifetimes3.rs b/solutions/16_lifetimes/lifetimes3.rs
index 70b786d..4e18198 100644
--- a/solutions/16_lifetimes/lifetimes3.rs
+++ b/solutions/16_lifetimes/lifetimes3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/17_tests/tests1.rs b/solutions/17_tests/tests1.rs
index 70b786d..4e18198 100644
--- a/solutions/17_tests/tests1.rs
+++ b/solutions/17_tests/tests1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/17_tests/tests2.rs b/solutions/17_tests/tests2.rs
index 70b786d..4e18198 100644
--- a/solutions/17_tests/tests2.rs
+++ b/solutions/17_tests/tests2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/17_tests/tests3.rs b/solutions/17_tests/tests3.rs
index 70b786d..4e18198 100644
--- a/solutions/17_tests/tests3.rs
+++ b/solutions/17_tests/tests3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/17_tests/tests4.rs b/solutions/17_tests/tests4.rs
index 70b786d..4e18198 100644
--- a/solutions/17_tests/tests4.rs
+++ b/solutions/17_tests/tests4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/18_iterators/iterators1.rs b/solutions/18_iterators/iterators1.rs
index 70b786d..4e18198 100644
--- a/solutions/18_iterators/iterators1.rs
+++ b/solutions/18_iterators/iterators1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/18_iterators/iterators2.rs b/solutions/18_iterators/iterators2.rs
index 70b786d..4e18198 100644
--- a/solutions/18_iterators/iterators2.rs
+++ b/solutions/18_iterators/iterators2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/18_iterators/iterators3.rs b/solutions/18_iterators/iterators3.rs
index 70b786d..4e18198 100644
--- a/solutions/18_iterators/iterators3.rs
+++ b/solutions/18_iterators/iterators3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/18_iterators/iterators4.rs b/solutions/18_iterators/iterators4.rs
index 70b786d..4e18198 100644
--- a/solutions/18_iterators/iterators4.rs
+++ b/solutions/18_iterators/iterators4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/18_iterators/iterators5.rs b/solutions/18_iterators/iterators5.rs
index 70b786d..4e18198 100644
--- a/solutions/18_iterators/iterators5.rs
+++ b/solutions/18_iterators/iterators5.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/19_smart_pointers/arc1.rs b/solutions/19_smart_pointers/arc1.rs
index 70b786d..4e18198 100644
--- a/solutions/19_smart_pointers/arc1.rs
+++ b/solutions/19_smart_pointers/arc1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/19_smart_pointers/box1.rs b/solutions/19_smart_pointers/box1.rs
index 70b786d..4e18198 100644
--- a/solutions/19_smart_pointers/box1.rs
+++ b/solutions/19_smart_pointers/box1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/19_smart_pointers/cow1.rs b/solutions/19_smart_pointers/cow1.rs
index 70b786d..4e18198 100644
--- a/solutions/19_smart_pointers/cow1.rs
+++ b/solutions/19_smart_pointers/cow1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/19_smart_pointers/rc1.rs b/solutions/19_smart_pointers/rc1.rs
index 70b786d..4e18198 100644
--- a/solutions/19_smart_pointers/rc1.rs
+++ b/solutions/19_smart_pointers/rc1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/20_threads/threads1.rs b/solutions/20_threads/threads1.rs
index 70b786d..4e18198 100644
--- a/solutions/20_threads/threads1.rs
+++ b/solutions/20_threads/threads1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/20_threads/threads2.rs b/solutions/20_threads/threads2.rs
index 70b786d..4e18198 100644
--- a/solutions/20_threads/threads2.rs
+++ b/solutions/20_threads/threads2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/20_threads/threads3.rs b/solutions/20_threads/threads3.rs
index 70b786d..4e18198 100644
--- a/solutions/20_threads/threads3.rs
+++ b/solutions/20_threads/threads3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/21_macros/macros1.rs b/solutions/21_macros/macros1.rs
index 70b786d..4e18198 100644
--- a/solutions/21_macros/macros1.rs
+++ b/solutions/21_macros/macros1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/21_macros/macros2.rs b/solutions/21_macros/macros2.rs
index 70b786d..4e18198 100644
--- a/solutions/21_macros/macros2.rs
+++ b/solutions/21_macros/macros2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/21_macros/macros3.rs b/solutions/21_macros/macros3.rs
index 70b786d..4e18198 100644
--- a/solutions/21_macros/macros3.rs
+++ b/solutions/21_macros/macros3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/21_macros/macros4.rs b/solutions/21_macros/macros4.rs
index 70b786d..4e18198 100644
--- a/solutions/21_macros/macros4.rs
+++ b/solutions/21_macros/macros4.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/22_clippy/clippy1.rs b/solutions/22_clippy/clippy1.rs
index 70b786d..4e18198 100644
--- a/solutions/22_clippy/clippy1.rs
+++ b/solutions/22_clippy/clippy1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/22_clippy/clippy2.rs b/solutions/22_clippy/clippy2.rs
index 70b786d..4e18198 100644
--- a/solutions/22_clippy/clippy2.rs
+++ b/solutions/22_clippy/clippy2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/22_clippy/clippy3.rs b/solutions/22_clippy/clippy3.rs
index 70b786d..4e18198 100644
--- a/solutions/22_clippy/clippy3.rs
+++ b/solutions/22_clippy/clippy3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/23_conversions/as_ref_mut.rs b/solutions/23_conversions/as_ref_mut.rs
index 70b786d..4e18198 100644
--- a/solutions/23_conversions/as_ref_mut.rs
+++ b/solutions/23_conversions/as_ref_mut.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/23_conversions/from_into.rs b/solutions/23_conversions/from_into.rs
index 70b786d..4e18198 100644
--- a/solutions/23_conversions/from_into.rs
+++ b/solutions/23_conversions/from_into.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/23_conversions/from_str.rs b/solutions/23_conversions/from_str.rs
index 70b786d..4e18198 100644
--- a/solutions/23_conversions/from_str.rs
+++ b/solutions/23_conversions/from_str.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/23_conversions/try_from_into.rs b/solutions/23_conversions/try_from_into.rs
index 70b786d..4e18198 100644
--- a/solutions/23_conversions/try_from_into.rs
+++ b/solutions/23_conversions/try_from_into.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/23_conversions/using_as.rs b/solutions/23_conversions/using_as.rs
index 70b786d..4e18198 100644
--- a/solutions/23_conversions/using_as.rs
+++ b/solutions/23_conversions/using_as.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/quizzes/quiz1.rs b/solutions/quizzes/quiz1.rs
index 70b786d..4e18198 100644
--- a/solutions/quizzes/quiz1.rs
+++ b/solutions/quizzes/quiz1.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/quizzes/quiz2.rs b/solutions/quizzes/quiz2.rs
index 70b786d..4e18198 100644
--- a/solutions/quizzes/quiz2.rs
+++ b/solutions/quizzes/quiz2.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰
diff --git a/solutions/quizzes/quiz3.rs b/solutions/quizzes/quiz3.rs
index 70b786d..4e18198 100644
--- a/solutions/quizzes/quiz3.rs
+++ b/solutions/quizzes/quiz3.rs
@@ -1 +1 @@
-// TODO
+// Solutions will be available before the stable release. Thank you for testing the beta version 🥰