Skip to content

Commit f99eafc

Browse files
committed
fix(threads): add hint comments
1 parent b4f52cb commit f99eafc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/threads/threads1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// threads1.rs
2-
// Make this compile and run! Execute 'rustlings hint threads1' for hints :)
2+
// Execute `rustlings hint threads1` or use the `hint` watch subcommand for a hint.
33
// This program should wait until all the spawned threads have finished before exiting.
44

55
// I AM NOT DONE

exercises/threads/threads2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// threads2.rs
2-
// Make this compile! Execute `rustlings hint threads2` for hints :)
2+
// Execute `rustlings hint threads2` or use the `hint` watch subcommand for a hint.
33
// Building on the last exercise, we want all of the threads to complete their work but this time
44
// the spawned threads need to be in charge of updating a shared value: JobStatus.jobs_completed
55

0 commit comments

Comments
 (0)