Merge pull request #530 from a-mroz/patch-1

Update numbers.md – clear up instructions about printing range of ASCII characters
This commit is contained in:
Sunface
2025-04-25 12:00:55 +08:00
committed by GitHub

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() {