7 lines
88 B
C++
7 lines
88 B
C++
#include <iostream>
|
|
|
|
int main(){
|
|
std::cout << "Hello from knnsearch\n";
|
|
return 0;
|
|
}
|