feat(intro): Add intro section.

This commit is contained in:
apogeeoak
2021-04-24 13:15:34 -04:00
parent 6b6dc9dd48
commit 21c9f44168
5 changed files with 54 additions and 6 deletions

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)