Code: Select all
int main() { return 0; }
Runs way faster, does not depend on platform specific libraries, and it has no console or other silly eye candy.
Archived topic from AOV, old topic ID:2976, old post ID:18922
Code: Select all
int main() { return 0; }