summaryrefslogtreecommitdiff
path: root/exercises/00_intro/README.md
blob: d32e4a8bf2287da97c51f65a33d1edd68abd24d8 (plain)
1
2
3
4
5
6
7
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)