Skip to content

Commit 08e3cf4

Browse files
authored
Merge pull request #1034 from 0pling/main
docs: Add missing exercise to book chapter mapping
2 parents 36c43cb + be39440 commit 08e3cf4

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

exercises/README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Exercise to Book Chapter mapping
22

3-
| Exercise | Book Chapter |
4-
|------------------------|--------------|
5-
| variables | §3.1 |
6-
| functions | §3.3 |
7-
| if | §3.5 |
8-
| move_semantics | §4.1 |
9-
| primitive_types | §4.3 |
10-
| structs | §5.1 |
11-
| enums | §6 |
12-
| modules | §7 |
13-
| collections | §8.1, §8.3 |
14-
| strings | §8.2 |
15-
| error_handling | §9 |
16-
| generics | §10 |
17-
| option | §10.1 |
18-
| traits | §10.2 |
19-
| tests | §11.1 |
20-
| standard_library_types | §13.2 |
21-
| threads | §16.1 |
22-
| macros | §19.6 |
23-
| clippy | n/a |
24-
| conversions | n/a |
3+
| Exercise | Book Chapter |
4+
| ---------------------- | ------------------- |
5+
| variables | §3.1 |
6+
| functions | §3.3 |
7+
| if | §3.5 |
8+
| move_semantics | §4.1, §4.2 |
9+
| primitive_types | §3.2, §4.3 |
10+
| structs | §5.1, §5.3 |
11+
| enums | §6, §18.3 |
12+
| modules | §7 |
13+
| collections | §8.1, §8.3 |
14+
| strings | §8.2 |
15+
| error_handling | §9 |
16+
| generics | §10 |
17+
| option | §10.1 |
18+
| traits | §10.2 |
19+
| tests | §11.1 |
20+
| standard_library_types | §13.2, §15.1, §16.3 |
21+
| threads | §16.1 |
22+
| macros | §19.6 |
23+
| clippy | n/a |
24+
| conversions | n/a |

0 commit comments

Comments
 (0)