Fix small bug in p092.c

This commit is contained in:
daniele 2023-06-07 22:00:19 +02:00
parent 8b44d6a68e
commit f827fd5dd6
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -22,7 +22,7 @@ int chain(int n);
int main(int argc, char **argv)
{
int i, count;
int i, count = 0;
double elapsed;
struct timespec start, end;