Back
Objective-C Editor
Beginner
Run »
Obj-C NSLog
Use NSLog to print "Hello World".
Check Solution
#import <Foundation/Foundation.h> int main(int argc, const char * argv[]) { @autoreleasepool { // Code here } return 0; }