Files
hello-world/o/objc.m
Robert Peters 7f878aa890 Revert "github generated gh-pages branch"
This reverts commit 97e0e510b5.
2011-03-13 20:36:14 +01:00

8 lines
104 B
Objective-C

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