1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
video-generation/VideoGeneration/main.m
2014-01-28 20:39:27 +01:00

22 lines
332 B
Objective-C

//
// main.m
// VideoGeneration
//
// Created by Joshua Moerman on 28/01/14.
// Copyright (c) 2014 Joshua Moerman. All rights reserved.
//
#import <Foundation/Foundation.h>
int main(int argc, const char * argv[])
{
@autoreleasepool {
// insert code here...
NSLog(@"Hello, World!");
}
return 0;
}