Compare commits

...

2 commits

Author SHA1 Message Date
197be84693 a retarded goobus I am 2025-07-13 18:06:09 +00:00
7e3ee40b33 Update src/xmrig.cpp 2025-07-13 18:05:00 +00:00

View file

@ -25,6 +25,8 @@ int main(int argc, char **argv)
{
using namespace xmrig;
std::cout << "goobus\n";
Process process(argc, argv);
const Entry::Id entry = Entry::get(process);
if (entry) {