mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
6 lines
108 B
C++
6 lines
108 B
C++
#include <iostream>
|
|
int main() {
|
|
std::cout << "This is license generator" << std::endl;
|
|
|
|
return 0;
|
|
} |