Hello world!(OC)

#import <Foundation/Foundation.h>

int main(int argc, const char * argv[])

{

  NSLog(@"Hello world!");

  

  return(0);

}

posted @ 2016-10-26 10:07  linux_zero  阅读(183)  评论(0)    收藏  举报