Browse Source

Update README.md

pull/804/head
Christopher Fremond 3 years ago committed by GitHub
parent
commit
6854330a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/printnbrinorder/README.md

2
subjects/printnbrinorder/README.md

@ -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

Loading…
Cancel
Save