Parcourir la source

Adding a README to task2

Michael Mächtel il y a 8 ans
Parent
révision
951909016d
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9
    0
      hw4/task2/README.md

+ 9
- 0
hw4/task2/README.md Voir le fichier

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

Chargement…
Annuler
Enregistrer