{{Sorting Algorithm}}

;Task:
Sort an array (or list) of integers in ascending numerical order. 


Use a sorting facility provided by the language/library if possible.
<br><br>

