Merge branch 'master' of git://github.com/ynadji/hello-world

This commit is contained in:
Clive Crous
2008-07-24 11:56:44 +02:00

7
objc.m Normal file
View File

@@ -0,0 +1,7 @@
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
NSLog(@"Hello, World!\n");
return 0;
}