6 lines
80 B
C
Executable File
6 lines
80 B
C
Executable File
#include <stdlib.h>
|
|
|
|
int main(int argc, char **argv) {
|
|
return EXIT_SUCCESS;
|
|
}
|