feat: read data from arff files #1

Merged
Trianta merged 8 commits from arff into main 2024-03-18 19:59:45 -05:00
Showing only changes of commit 917dbec7a1 - Show all commits

5
src/arff/main.cpp Normal file
View File

@ -0,0 +1,5 @@
#include <iostream>
int main(void) {
std::cout << "Hello world" << std::endl;
}