mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
remove incorrect comment
This commit is contained in:
parent
90840a1e37
commit
f1b07d33a7
@ -76,7 +76,6 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
int number, i;
|
int number, i;
|
||||||
|
|
||||||
//Asks for the number/position of term in Fibonnacci sequence
|
|
||||||
if (argc == 2)
|
if (argc == 2)
|
||||||
number = atoi(argv[1]);
|
number = atoi(argv[1]);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user