summaryrefslogtreecommitdiff
path: root/exercises/threads/threads1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/threads/threads1.rs')
-rw-r--r--exercises/threads/threads1.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/threads/threads1.rs b/exercises/threads/threads1.rs
index 7983668..d23553e 100644
--- a/exercises/threads/threads1.rs
+++ b/exercises/threads/threads1.rs
@@ -5,6 +5,8 @@
// of "waiting..." and the program ends without timing out the playground,
// you've got it :)
+// I AM NOT DONE
+
use std::sync::Arc;
use std::thread;
use std::time::Duration;