Initialize makefile and report

This commit is contained in:
2024-11-11 19:13:34 +02:00
parent 1c60b502b3
commit fe472f2e95
5 changed files with 324 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <iostream>
int main(){
std::cout << "Hello from knnsearch\n";
return 0;
}