simworld/client/src/main.c

9 lines
77 B
C

// main.c
#include <stdlib.h>
int main(void) {
return EXIT_SUCCESS;
}