Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
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.