Quellcode durchsuchen

Adding a README to task2

Michael Mächtel vor 8 Jahren
Ursprung
Commit
951909016d
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  1. 9
    0
      hw4/task2/README.md

+ 9
- 0
hw4/task2/README.md Datei anzeigen

@@ -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/

Laden…
Abbrechen
Speichern