# 介紹 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)