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