Browse Source

printnbrinorder instructions correction

content-update
armanospan 5 years ago
parent
commit
d13e86d52c
  1. 2
      subjects/printnbrinorder.en.md
  2. 2
      subjects/printnbrinorder.fr.md

2
subjects/printnbrinorder.en.md

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

2
subjects/printnbrinorder.fr.md

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

Loading…
Cancel
Save