Files
linguist/samples/Objective-C/hello.m
2012-07-23 15:52:49 -05:00

8 lines
107 B
Objective-C

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