#include int main(int argc, const char *argv[]) { id pool = [[NSAutoreleasePool alloc] init]; // Your code here... // The end... [pool release]; exit(0); return 0; }