Files
linguist/samples/objective-c/hello.m
2012-06-22 10:09:24 -05:00

8 lines
107 B
Objective-C

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