12 Jun
2021
12 Jun
'21
9:05 p.m.
// let's make a better evidence locker class BitcoinSV { public: void RegisterEvidence(std::string anything) { store_perfectly_for_100_years(anything); throw std::exception("Cryptocurrency supports crime because it can be used to pay for things."); } };