mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-29 15:19:19 +00:00
8 lines
256 B
Markdown
8 lines
256 B
Markdown
# 函數
|
||
|
||
在這裡,您將學習如何編寫函數以及 Rust 編譯器如何幫助您調試(debug)錯誤,即使是更複雜的代碼中的。
|
||
|
||
## 更多資訊
|
||
|
||
- [函數如何運作](https://doc.rust-lang.org/book/ch03-03-how-functions-work.html)
|