server/src/checker.c

9 lines
97 B
C
Raw Normal View History

2018-09-27 19:52:54 +02:00
#ifdef _MSV_VER
#include <platform.h>
#endif
int main(int argc, char **argv) {
return 0;
}