norsefire/usermode/Source.cpp

8 lines
89 B
C++

#include "triggerbot.hpp"
int main()
{
triggerbot trigger;
trigger.run();
return 0;
}