Update numbers.md

I was really confused, why should I print out the result of subtracting two numbers in a loop (even though I'm very much aware of the ASCII characters). I hope it makes things a bit clearer.
This commit is contained in:
Adam Mróz
2024-08-19 12:21:36 +02:00
committed by GitHub
parent 8e0def5f08
commit 73b7dd9694

View File

@ -120,7 +120,7 @@ fn main() {
```
### Range
9. 🌟🌟 Two goals: 1. Modify `assert!` to make it work 2. Make `println!` output: 97 - 122
9. 🌟🌟 Two goals: 1. Modify `assert!` to make it work 2. Make `println!` output list of numbers between 97 and 122
```rust,editable
fn main() {