Faryar Fathi

Composer, Coder, Entrepreneur

Hello World!

Testing 1 2 3 …

1
2
3
4
5
6
7
8
9
10
11
12
#import <Foundation/Foundation.h>

int main(int argc, const char * argv[])
{

    @autoreleasepool {

        NSLog(@"Hello, World!");

    }
    return 0;
}