#include using namespace std; #include "VFD.h" int main(int argc, char ** argv) { cout << "Working on VFD module" << endl; return 0; }