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