Update included all implementations for version 0.1

This commit is contained in:
Lev
2021-07-05 21:27:45 -05:00
parent 86fc0d8f78
commit 827b5419b8
9 changed files with 530 additions and 125 deletions

View File

@ -7,5 +7,5 @@ int main()
{
MerkelMain app{};
TradingBot bot{&app};
app.init();
bot.startBot();
}