add some structure to the list of parts
[rust-101.git] / workspace / src / part12.rs
index 17e26ffcd4e25b021f1dc7511c9e501dceb515e5..4996ac15676dc9b1a399640ad85279a281be12eb 100644 (file)
@@ -1,5 +1,5 @@
-// Rust-101, Part 12: Concurrency, Send
-// ====================================
+// Rust-101, Part 12: Concurrency, Arc, Send
+// =========================================
 
 use std::io::prelude::*;
 use std::{io, fs, thread};