Skip to content

Commit 5df05fd

Browse files
committed
Test C file fix
1 parent 1ddc742 commit 5df05fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/SumAndGreater.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
int main (void){
2-
int vetor[5]= {4, 6, 3, 7, 2};
2+
int vetor[5]= {1, 5, 8, 7, 6};
33
int i;
44
int sum = vetor[0];
55
int max = vetor[0];

0 commit comments

Comments
 (0)