Add Initial commit

This commit is contained in:
Lev
2021-06-16 17:33:44 -05:00
parent d3d84e81c3
commit 2dc386e7fd
6 changed files with 32 additions and 16 deletions

View File

@ -6,6 +6,6 @@
int main()
{
MerkelMain app{};
Bot myBot("20200317.csv");
Bot myBot(app);
//app.init();
}