implicit return 0 for main
This commit is contained in:
parent
4893f0cd68
commit
50969c6bb9
7 changed files with 36 additions and 27 deletions
|
@ -2,5 +2,4 @@ int printf(const char* format, ...);
|
|||
|
||||
int main() {
|
||||
printf("hello world %d\n", 42);
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue