Exemple #1
0
    static void Main(string[] args)
    {
        RandomList show = new RandomList(50, 10);

        show.TotalSum();
        show.Sort();
    }