Question d’entretien chez iFIT

Given three strings in alphabetically increasing order, create a single string.

Réponse à la question d'entretien

Utilisateur anonyme

29 mars 2021

Just concatenate them all together and return the output.