Browse Source

7th commit

hmar 4 years ago
parent
commit
4771f4ce38
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test.c

+ 0 - 1
test.c

@@ -5,7 +5,6 @@ int main(int argc, char *argv[])
 	int a[1000][1000];
 	int sum = 0;
 	for (int i=0; i<1000; i++){
-		b[i] = 0;
 		for (int j=0; j<1000; j++){
 			a[i][j] = i+j;
 		}