GoldenCrystal (./1387) :// C# 6.0 (Maximum concision)public static void SortArray6(int[] array) => Array.Sort(array, (x, y) => x - y);