Avast is blocking my c++ executable when it is run or compiled and it’s showing up a notification of
Win32:TrojanX-gen [Trj] after it is run and it makes tmp files when i compile it into the directory of my program.
This is just my code #include
int main() {
std::cout << “Hello World!”;
return 0;
}