Michael Mächtel пре 8 година
родитељ
комит
951909016d
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9
    0
      hw4/task2/README.md

+ 9
- 0
hw4/task2/README.md Прегледај датотеку

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

Loading…
Откажи
Сачувај