Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
197be84693 | |||
7e3ee40b33 |
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
using namespace xmrig;
|
using namespace xmrig;
|
||||||
|
|
||||||
|
std::cout << "goobus\n";
|
||||||
|
|
||||||
Process process(argc, argv);
|
Process process(argc, argv);
|
||||||
const Entry::Id entry = Entry::get(process);
|
const Entry::Id entry = Entry::get(process);
|
||||||
if (entry) {
|
if (entry) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue