「🔨」 fix(ex00): added date parsing, ex00 is done pogit c :D
This commit is contained in:
@@ -7,9 +7,9 @@ int main(int argc, char **argv)
|
||||
std::cout << "Error: could not open file." << std::endl;
|
||||
return 1;
|
||||
}
|
||||
BitcoinExchange btc;
|
||||
try
|
||||
{
|
||||
BitcoinExchange btc;
|
||||
btc.str(argv[1]);
|
||||
}
|
||||
catch (std::runtime_error &e)
|
||||
|
||||
Reference in New Issue
Block a user