Files
linguist/test/fixtures/hello.m
2011-06-07 10:32:23 -05:00

8 lines
107 B
Objective-C

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