mirror of
https://github.com/notohh/rustlings.git
synced 2025-06-28 13:57:42 -04:00
Added filename to top of .rs files
This commit is contained in:
parent
c4b3252845
commit
7d7a48b17d
48 changed files with 50 additions and 0 deletions
threads
|
@ -1,3 +1,4 @@
|
|||
// threads1.rs
|
||||
// Make this compile! Scroll down for hints :) The idea is the thread
|
||||
// spawned on line 17 is completing jobs while the main thread is
|
||||
// monitoring progress until 10 jobs are completed. If you see 6 lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue