From 73b7dd969471fbb05d3d1716f4f0bd9f6d5b419c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Mr=C3=B3z?= <505546+a-mroz@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:21:36 +0200 Subject: [PATCH] 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. --- en/src/basic-types/numbers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/basic-types/numbers.md b/en/src/basic-types/numbers.md index 75e5b1b..51c7d0d 100644 --- a/en/src/basic-types/numbers.md +++ b/en/src/basic-types/numbers.md @@ -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() {