mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
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:
@ -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() {
|
||||
|
Reference in New Issue
Block a user