Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 18:32:06 +01:00 committed by GitHub
parent 76f0aceb53
commit 6854330a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
### Instructions
Write a function which prints the digits of an `int` passed in parameter in ascending order.
All possible values of type `int` have to go through, besides negative numbers.
All possible values of type `int` have to go through, excluding negative numbers.
Conversion to `int64` is not allowed.
### Expected function