This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 函数(Functions)
在本练习,你将学习如何编写一个函数,以及 Rust 的编译器怎样对事物进行追溯(way back)。
## 更多信息
- [How Functions Work](https://doc.rust-lang.org/book/ch03-03-how-functions-work.html)