eco2d/code/apps/server/source/main.c

8 lines
101 B
C
Raw Normal View History

2021-01-10 16:42:01 +00:00
#define LIBRG_IMPL
#include "librg.h"
int main(void) {
printf("hello world\n");
return 0;
}