#import <Foundation/Foundation.h>

int main(int inNumArgs, const char * inArgs[])
{
	NSLog(@"Hello World!");
	return 0;
}