From 73fb75166f851da71a4557a224535a89121a1b9a Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Tue, 22 Oct 2019 10:30:03 +0100 Subject: [PATCH] Update printnbrinorder.en.md --- subjects/printnbrinorder.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/printnbrinorder.en.md b/subjects/printnbrinorder.en.md index 4569e984..3e3e2cda 100644 --- a/subjects/printnbrinorder.en.md +++ b/subjects/printnbrinorder.en.md @@ -2,7 +2,7 @@ ### 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. Convertion to `int64` is not allowed.