Explorar el Código

Adding a README to task2

Michael Mächtel hace 8 años
padre
commit
951909016d
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9
    0
      hw4/task2/README.md

+ 9
- 0
hw4/task2/README.md Ver fichero

@@ -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…
Cancelar
Guardar