static void Main(string[] args) { var result = String.Join(" ", Kata.productFib(4895)); Console.WriteLine(result); Console.ReadKey(); }