예제 #1
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestSum();
        }
예제 #2
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestSortByBubbles();
        }
예제 #3
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestReverseNumber();
        }
예제 #4
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestIsValueInArray();
        }
예제 #5
0
        static void Main(string[] args)
        {
            SystemTests tests = new SystemTests();

            tests.TestIsPrimeNumber();
        }