|
|
@@ -10,13 +10,16 @@ To fulfill **hw8** you have to solve:
|
|
10
|
10
|
|
|
11
|
11
|
## Files
|
|
12
|
12
|
|
|
13
|
|
-You find already or reuse some files for rust tasks. Please remember to use cargo to create a new project for each task and copy the given files into their dedicated directories.
|
|
|
13
|
+You find already or reuse some files for rust tasks. Please remember to use
|
|
|
14
|
+cargo to create a new project for each task and copy the given files into their
|
|
|
15
|
+dedicated directories.
|
|
14
|
16
|
|
|
15
|
17
|
## Pull-Request
|
|
16
|
18
|
|
|
17
|
|
-Please merge any accepted reviews into your branch. If you are ready with the homework, all tests run, please create a pull request named **hw8**.
|
|
|
19
|
+Please merge any accepted reviews into your branch. If you are ready with the
|
|
|
20
|
+homework, all tests run, please create a pull request named **hw8**.
|
|
18
|
21
|
|
|
19
|
|
-## Credits of hw8
|
|
|
22
|
+## hw8 credits
|
|
20
|
23
|
|
|
21
|
24
|
| Task | max. Credits | Comment |
|
|
22
|
25
|
| -------- | ------------ | -------------------------------------- |
|