Denis's P2 compile is a lot faster
Hello Master Fim,
No amount of thanks is enough to thank you, teaching this "old dog" your compiling knowledge. I wouldn't have done it better without you.
#include <stdio.h>
main()
{
printf("Thanks A Lot");
return 0;
}
Denis