diff --git a/subjects/printnbrinorder.fr.md b/subjects/printnbrinorder.fr.md index 4569e984a..f5fa53a7c 100644 --- a/subjects/printnbrinorder.fr.md +++ b/subjects/printnbrinorder.fr.md @@ -2,7 +2,7 @@ ### Instructions -Write a function that prints digits of an `int` passed in parameter in ascending order. +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. Convertion to `int64` is not allowed.