Skip to content

Commit 747402e

Browse files
committed
add question
1 parent d13330f commit 747402e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/chapter_1-basics/questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
* Take input(name) from the user of type `String` and print `Hello, <name>!`.
1717

18-
*
18+
* Initialize an array of sixteen `0`

src/chapter_12-concurrency/questions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22

33
* Find out the number of physical and logical cores in your CPU using rust.
44
`hint:` try using `num_cpus` crate.
5-
6-
*
7-

0 commit comments

Comments
 (0)