main.h
Go to the documentation of this file.
1 #ifndef MAIN_H
2 #define MAIN_H
3 
4 #include <iostream>
5 #include "traintestsets.h"
6 
7 using namespace std;
8 
9 #endif