TDengine/source/libs/sync/test/syncTest.cpp

8 lines
73 B
C++
Raw Normal View History

2022-02-22 03:28:15 +00:00
#include <stdio.h>
int main() {
printf("test \n");
return 0;
}