2024-06-10 03:12:07 +08:00

8 lines
253 B
Markdown

# 介紹
Rust 使用 `print!``println!` 巨集來將文字輸出到控制台。
## 更多資訊
- [Hello World](https://doc.rust-lang.org/rust-by-example/hello.html)
- [格式化輸出](https://doc.rust-lang.org/rust-by-example/hello/print.html)