Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/ynadji/hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
Clive Crous committed Jul 24, 2008
2 parents 90d0b23 + d267831 commit 3f71100
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions objc.m
@@ -0,0 +1,7 @@
#import <Cocoa/Cocoa.h>

int main(int argc, char *argv[])
{
NSLog(@"Hello, World!\n");
return 0;
}

0 comments on commit 3f71100

Please sign in to comment.