Add Initial commit

This commit is contained in:
Lev
2021-05-18 22:00:27 -05:00
parent c78129c4ee
commit 4449de1bf1
2 changed files with 3563 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#include <iostream>
#include <string>
int main()
{
double price = 5319.450228;
double amount = 0.00020075;
std::string timestamp{"2020/03/17 17:01:24.884492"};
std::string product{"BTC/USDT"};
std::string orderType{"bid"};
return 0;
}