#include #include main(int argc, char ** argv) { printf("I'm outta here!\n"); exit(5); }