mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-29 07:19:17 +00:00
8 lines
222 B
Markdown
8 lines
222 B
Markdown
# 測試
|
|
|
|
與官方教學的順序不同,我們會先介紹測試——接下來的許多練習會要求您通過測試!
|
|
|
|
## 進一步了解
|
|
|
|
- [撰寫測試](https://doc.rust-lang.org/book/ch11-01-writing-tests.html)
|