win32:evo-gen(susp)

I’m using Visual Studio to do home work for an edx.org class. ! run this home made program
#include <stdio.h>

int main() {
int Mybalance = 80; //in one statement I named and declared the balance variable
int MyBalance = 354;
Mybalance = Mybalance + 123 * 2;
printf(“My balance is %d\n”, Mybalance);
Mybalance = Mybalance + MyBalance;
printf(“My Balance is %d while My balance is %d”, MyBalance, Mybalance);
return 0;
}
when I try to run this program Avast stops it from producing an output from the compiler. Error virus message from Avast is win32:evo-gen(susp)
anyone have an idea how to get around this problem.
Thanks

Hello,
send us the detected file through https://www.avast.com/false-positive-file-form.php, please.

Thanks,
Milos