add README.md

This commit is contained in:
James Zow 2022-05-13 01:00:04 +08:00
parent 0e2995057b
commit 07d905c712

View File

@ -0,0 +1,8 @@
# Intro
Rust uses the `print!` and `println!` macros to print text to the console.
## Further information
- [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)