diff options
Diffstat (limited to 'exercises/threads')
| -rw-r--r-- | exercises/threads/threads1.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/threads/threads1.rs b/exercises/threads/threads1.rs index 3308321..288ddd1 100644 --- a/exercises/threads/threads1.rs +++ b/exercises/threads/threads1.rs @@ -5,6 +5,8 @@ // of "waiting..." and the program ends without timing out when running, // you've got it :) +// I AM NOT DONE + use std::sync::Arc; use std::thread; use std::time::Duration; |
