Commit Graph
3 Commits
Author SHA1 Message Date
Pascal Havé d114847f25 fix(install): protect path with whitespaces using quotes and stop at the first error 2022-04-04 00:27:05 +02:00
Pascal H 0d894e6ff7 fix(quiz3): Force an answer to Q2 (#672)
Add also an example of unimplemented!() macro.
2021-03-16 10:14:25 +01:00
Pascal H 3bce2ef8d6 chore: clarify collections documentation
C++ `map` is more like BTreeMap.

`unordered_map` in C++(11) is the equivalent of `HashMap` in Rust.
(+ additional like for references).
2021-03-15 09:14:12 +01:00