Files
SVMClassifier_cgpt/main.cpp

6 lines
95 B
C++

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