Abc.NCrafts.Quizz.Performance.Questions._026.Answer1.Run C# (CSharp) 메소드

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void
        public static void Run()
        {
            // begin
            var result = GreatestCommonDivisor(1245654, 45621);
            // end
            Logger.Log("GCD: {0}", result);
        }