Browse Source

Update printnbrinorder.en.md

pull/307/head
Christopher Fremond 5 years ago committed by GitHub
parent
commit
73fb75166f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/printnbrinorder.en.md

2
subjects/printnbrinorder.en.md

@ -2,7 +2,7 @@
### Instructions ### Instructions
Write a function that prints digits of an `int` passed in parameter in ascending order. Write a function that 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, besides negative numbers.
Convertion to `int64` is not allowed. Convertion to `int64` is not allowed.

Loading…
Cancel
Save