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

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to