Change return code to 0
This commit is contained in:
parent
0c152fcd72
commit
7372c572d8
|
@ -2,5 +2,5 @@
|
|||
|
||||
int main(void) {
|
||||
printf("good\n");
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue