Update README.md

This commit is contained in:
TimLai666 2024-06-10 03:12:07 +08:00 committed by GitHub
parent 1c14cfdf2b
commit 787c55bfab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,7 @@
# Intro
# 介紹
Rust uses the `print!` and `println!` macros to print text to the console.
## Further information
Rust 使用 `print!``println!` 巨集來將文字輸出到控制台。
## 更多資訊
- [Hello World](https://doc.rust-lang.org/rust-by-example/hello.html)
- [Formatted print](https://doc.rust-lang.org/rust-by-example/hello/print.html)
- [格式化輸出](https://doc.rust-lang.org/rust-by-example/hello/print.html)