Created initial cpp file
This commit is contained in:
parent
c17a198003
commit
917dbec7a1
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