4381bb2a22
When the execution reaches the end of the main functions, they implicitly return a successful status.
6 lines
75 B
C
6 lines
75 B
C
#include <stdlib.h>
|
|
|
|
int main(void) {
|
|
system("echo test of system");
|
|
}
|