VectorSearch/main.cpp

8 lines
115 B
C++
Raw Normal View History

2024-03-18 11:12:08 +00:00
#include <iostream>
int main(int argc, char *argv[]) {
std::cout << "VectorSearch" << std::endl;
return 0;
}