티스토리 뷰

모바일/iOS

[Objective-C] 안녕하세요~

공허공자 2010. 6. 7. 17:08
hello.m
#import 

int main( int argc, const char *argv[] ) {
    printf("hello world\n");
    return 0;
}
결과:
hello world

Objective-C 의 기본 확장자는 .m 이다.
댓글