diff options
Diffstat (limited to 'exercises/threads/README.md')
| -rw-r--r-- | exercises/threads/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/threads/README.md b/exercises/threads/README.md index 90581fa..2024292 100644 --- a/exercises/threads/README.md +++ b/exercises/threads/README.md @@ -1 +1 @@ -For this exercise check out the [Dining Philosophers example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the chapter [Concurrency](https://doc.rust-lang.org/book/2018-edition/ch16-01-threads.html) of the Rust Book.
\ No newline at end of file +For this exercise check out the [Dining Philosophers example](https://doc.rust-lang.org/1.4.0/book/dining-philosophers.html) and the chapter [Concurrency](https://doc.rust-lang.org/book/ch16-01-threads.html) of the Rust Book.
\ No newline at end of file |
