1 #import<Foundation/Foundation.h> 2 int main(int argc,const char *argv[]) 3 { 4 NSLog(@"hello,world!\n"); 5 return 0; 6 }
最简单的程序:
输出hello,world!