2024-06-15 23:48:04 +08:00

8 lines
259 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 函數
在這裡,您將學習如何編寫函數以及 Rust 編譯器如何幫助您調試debug錯誤即使是更複雜的代碼中的。
## 進一步了解
- [函數如何運作](https://doc.rust-lang.org/book/ch03-03-how-functions-work.html)