remove incorrect comment

This commit is contained in:
Krishna Vedala 2020-05-02 18:10:15 -04:00 committed by Krishna Vedala
parent 90840a1e37
commit f1b07d33a7

View File

@ -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