Files
linguist/test/fixtures/objective-c/hello.m
2012-06-07 12:17: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;
}