mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
7 lines
73 B
C++
7 lines
73 B
C++
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("test \n");
|
|
return 0;
|
|
}
|
|
|