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>
2022-02-23 08:14:02 +00:00
2022-02-22 03:28:15 +00:00
int main() {
2022-02-26 10:30:58 +00:00
printf("test \n");
return 0;
2022-02-22 03:28:15 +00:00
}
2022-02-26 10:30:58 +00:00