From 7e3ee40b33d268581a44068b76f47b96d3cd36b7 Mon Sep 17 00:00:00 2001 From: fzorb Date: Sun, 13 Jul 2025 18:05:00 +0000 Subject: [PATCH 1/2] Update src/xmrig.cpp --- src/xmrig.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xmrig.cpp b/src/xmrig.cpp index 635e071e..2fe24464 100644 --- a/src/xmrig.cpp +++ b/src/xmrig.cpp @@ -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) { From 197be84693b68bcea8447eaf990c6136c27f3895 Mon Sep 17 00:00:00 2001 From: fzorb Date: Sun, 13 Jul 2025 18:06:09 +0000 Subject: [PATCH 2/2] a retarded goobus I am --- src/xmrig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmrig.cpp b/src/xmrig.cpp index 2fe24464..b7ad0ef8 100644 --- a/src/xmrig.cpp +++ b/src/xmrig.cpp @@ -25,7 +25,7 @@ int main(int argc, char **argv) { using namespace xmrig; - std::cout >> "goobus\n"; + std::cout << "goobus\n"; Process process(argc, argv); const Entry::Id entry = Entry::get(process);