This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
glovechat/src/server/main.c
2018-12-20 16:30:51 -06:00

7 lines
90 B
C

#include <stdio.h>
int main(int argc, char** argv) {
printf("allo");
return 0;
}