mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-29 15:19:19 +00:00
8 lines
253 B
Markdown
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)
|