Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@C0D4 I'm pretty sure void can't be a function name due to it being a reserved keyword π
Also, you're retuning a string, not a typeof Main π -
C0D4681467y@itsdaniel0 damn, you missed the point π
I’m sending a repost into the void here πeven though it’s wrong -
bool detectVirus()
{
if(os == OS.Windows && !os.hasAntivirus)
{
return true;
}
else if(os.hasVirus)
{
return false;
}
}
How to write an antivirus - Twitter user
rant