1387Fermer1389
Pen^2Le 25/01/2016 à 12:23
GoldenCrystal (./1387) :
// C# 6.0 (Maximum concision)public static void SortArray6(int[] array) => Array.Sort(array, (x, y) => x - y);
C'est peut-être juste un manque d'habitude mais je trouve ça vraiment vilain cheeky