Skip to content

Instantly share code, notes, and snippets.

@zhasm
Created November 20, 2010 10:45
Show Gist options
  • Save zhasm/707753 to your computer and use it in GitHub Desktop.
Save zhasm/707753 to your computer and use it in GitHub Desktop.
hello world.
#import <Foundation/Foundation.h>
int main(int argc, const char *argv[])
{
//comment added.
NSLog(@"Hello, Objective-C!");
return (0);
}//main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment