99 down: The Linotype (1 Line Of Type) solution

This 1 line of code makes use of the"?:" operator:

[color=#80BF40] for (int i =99; i >=0; i-=3) printf("%s %d\n",(i % 5) == 0 ? "Found One: ":"",i);[/color]