9 lines
77 B
C
9 lines
77 B
C
// main.c
|
|
|
|
#include <stdlib.h>
|
|
|
|
int main(void) {
|
|
|
|
return EXIT_SUCCESS;
|
|
}
|