Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Add hello world in objective C.
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Raj committed Oct 17, 2018
1 parent 0a6f3df commit a7289be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Objective C++/Hello_world.m
@@ -0,0 +1,9 @@
#import <Foundation/Foundation.h>

int main(int argc, const char * argv[]) {
@autoreleasepool {
// insert code here...
NSLog(@"Hello, World!");
}
return 0;
}

0 comments on commit a7289be

Please sign in to comment.