mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-08 03:39:18 +00:00
Update exercises/standard_library_types/arc1.rs
Co-authored-by: Roberto Vidal <vidal.roberto.j@gmail.com>
This commit is contained in:
parent
24e0a6a70f
commit
870ef581b0
@ -1,5 +1,5 @@
|
||||
// arc1.rs
|
||||
// In this exercise, we are given Vec of u32 called "numbers" with values ranging
|
||||
// In this exercise, we are given a Vec of u32 called "numbers" with values ranging
|
||||
// from 0 to 99 -- [ 0, 1, 2, ..., 98, 99 ]
|
||||
// We would like to use this set of numbers within 8 different threads simultaneously.
|
||||
// Each thread is going to get the sum of every eighth value, with an offset.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user