0%

HelloWorld

新的开始

hello world!

1
2
3
4
5
#import "Foundation/Foundation.h"

int main(int argc, char * argv[]) {
NSLog(@"Hello world!");
}