pull/1/head
Dhghomon 4 years ago committed by GitHub
parent 6fb8806bb4
commit 8bc9f4ea41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5351,6 +5351,8 @@ fn new_clone(input: &Arc<Mutex<i32>>) -> Arc<Mutex<i32>> { // Just a function so
Arc::clone(&input)
}
// Now main() is easier to read
fn main() {
let my_number = make_arc(0);

Loading…
Cancel
Save