13 lines
158 B
C++
13 lines
158 B
C++
|
|
#include <iostream>
|
|
using namespace std;
|
|
|
|
#include "VFD.h"
|
|
|
|
int main(int argc, char ** argv)
|
|
{
|
|
cout << "Working on VFD module" << endl;
|
|
|
|
return 0;
|
|
}
|