one day i was doing that one ... and when i compiled the little program i got a virus warning!!
it was just something like
[code]
void main()
{
printf("hello world\n");
}
[code]
or something like that (the little program worked, doing this on the fly, so it might have some typos

)
it seems that the scanner triggered on 'hello world' because when i printed another message, i got no warning at all
