#import <Foundation/Foundation.h>
int main(int argc, const char * argv[])
{
NSLog(@"Hello world!");
return(0);
}