TDengine/source/libs/sync/test/syncTest.cpp
2022-02-26 18:30:58 +08:00

7 lines
73 B
C++

#include <stdio.h>
int main() {
printf("test \n");
return 0;
}