assaultfish/server/main.c
2025-12-20 12:11:57 +09:00

9 lines
108 B
C

#include <af_common.h>
int main(int argc, char** argv) {
int port = 0;
net_start(port);
net_loop();
}