From afe1ff3b6a2e5eb9ca5306c26e31f687e445ac2f Mon Sep 17 00:00:00 2001 From: Rakesh Date: Tue, 16 Oct 2018 18:16:37 +0530 Subject: [PATCH] Update String Fibonacci.cpp --- Others/String Fibonacci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Others/String Fibonacci.cpp b/Others/String Fibonacci.cpp index 44d5d5748..8027b9668 100644 --- a/Others/String Fibonacci.cpp +++ b/Others/String Fibonacci.cpp @@ -81,5 +81,5 @@ int main() cout << n << " th Fibonacci is \n"; fib_Accurate(n); - return 0; + return 0; }