@@ -0,0 +1,9 @@
+# Homework hw4 task2
+
+Some hints, to solve this task with Rust:
+- Have a look into the [std::mem] module.
+- Timings with the external crate [time][] is more constructive than the methods in the standard library.
+[time]: https://docs.rs/time
+[std::mem]: https://doc.rust-lang.org/std/mem/