implicit return 0 for main

This commit is contained in:
Yaossg 2024-11-30 09:40:52 +08:00
parent 4893f0cd68
commit 50969c6bb9
7 changed files with 36 additions and 27 deletions

View file

@ -27,5 +27,4 @@ int main() {
printf("%d ", a[i]);
}
printf("\n");
return 0;
}