feat: read data from arff files #1
5
src/arff/main.cpp
Normal file
5
src/arff/main.cpp
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
int main(void) {
|
||||||
|
std::cout << "Hello world" << std::endl;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user