Update src/xmrig.cpp

This commit is contained in:
fzorb 2025-07-13 18:05:00 +00:00
parent 6e4a5a6d94
commit 7e3ee40b33

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