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