I have the following lines of code in a main(). If ( 0 == 0) { NSLog(@"Hello World!"); } Could someone please help me understand why I'm getting a parse error in the line containing the {?