From f1b07d33a7e47921862b9702a35f6d2d1007c099 Mon Sep 17 00:00:00 2001 From: Krishna Vedala Date: Sat, 2 May 2020 18:10:15 -0400 Subject: [PATCH] remove incorrect comment --- others/large_factorial.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/others/large_factorial.cpp b/others/large_factorial.cpp index dccdcaeab..5ee116b4c 100644 --- a/others/large_factorial.cpp +++ b/others/large_factorial.cpp @@ -76,7 +76,6 @@ int main(int argc, char *argv[]) { int number, i; - //Asks for the number/position of term in Fibonnacci sequence if (argc == 2) number = atoi(argv[1]); else