PDS/homework_1/src/main.cpp

7 lines
88 B
C++

#include <iostream>
int main(){
std::cout << "Hello from knnsearch\n";
return 0;
}