Add Initial commit for further testing

This commit is contained in:
Lev
2021-06-12 10:36:26 -05:00
parent 440e744ef8
commit 01becd46fa
12 changed files with 4151 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#include <iostream>
#include <string>
#include <vector>
#include "OrderBookEntry.h"
#include "MerkelMain.h"
#include "CSVReader.h"
int main()
{
MerkelMain app{};
app.init();
}