First commit

This commit is contained in:
2025-06-22 00:31:33 +02:00
parent a52c20d1fb
commit 4bdbcad256
110 changed files with 31991 additions and 1 deletions

5
main.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include <iostream>
int main(int, char**){
std::cout << "Hello, from SVMClassifier!\n";
}