Update README.md

This commit is contained in:
TimLai666 2024-06-10 02:33:35 +08:00 committed by GitHub
parent 4cb57cb201
commit c101a88a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,12 +15,12 @@ cargo install --git https://github.com/TimLai666/rustlings-zh-TW
```
<hr>
Greetings and welcome to `rustlings`. This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!
歡迎來到 `rustlings`。這個專案包含一些小練習,可幫助您習慣閱讀和編寫 Rust 程式碼。這包括閱讀和回應編譯器訊息!
Alternatively, for a first-time Rust learner, there are several other resources:
另外,對於 Rust 初學者,還有以下資源可以參考:
- [The Book](https://doc.rust-lang.org/book/index.html) - The most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings!
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - Learn Rust by solving little exercises! It's almost like `rustlings`, but online
- [The Book](https://doc.rust-lang.org/book/index.html) - 學習 Rust 最全面的資源,但有時有點理論性。建議您可以搭配 Rustlings 一起使用!
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - 透過解小練習來學習 Rust`rustlings`類似,但是是線上的。
## Getting Started