[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
newbie alert : obj-c src compile : howto?
From: |
Mayuresh Kathe |
Subject: |
newbie alert : obj-c src compile : howto? |
Date: |
Thu, 30 Oct 2014 17:52:26 GMT |
hello, is there any document which show how to compile
simple hello world snippet written in obj-c?
#import <stdio.h>
#import <Foundation/Foundation.h>
int main(void) {
NSLog(@"Hello, World!\n");
return 0;
}
thanks,
-mayuresh
- newbie alert : obj-c src compile : howto?,
Mayuresh Kathe <=