rustlings 6.5.0

Small exercises to get you used to reading and writing Rust code!
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