mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
6 lines
134 B
C++
6 lines
134 B
C++
#include <iostream>
|
|
|
|
int main(int argc, char const *argv[]) {
|
|
std::cout << "Hello, this is lucene test" << std::endl;
|
|
return 0;
|
|
}
|