Example #1
0
        public string Test_GetValueByIndex(int index)
        {
            var result = FibonacciNumbers.GetValueByIndex(index);

            return(result.ToString());
        }