🔨」 fix(ex00): added date parsing, ex00 is done pogit c :D

This commit is contained in:
y-syo
2025-08-29 11:52:44 +02:00
parent 1458548d67
commit c84027cdff
3 changed files with 51 additions and 12 deletions

View File

@@ -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)