diff options
| author | Teddy Wing | 2012-07-20 22:39:09 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-07-20 22:39:09 -0400 | 
| commit | f4bcc804cb0e277c21fbcfb3c7247644a5a2590c (patch) | |
| tree | 2eb331cd8e92d872dfd8df63923a951a1e7adda3 /On Task.m | |
| download | On-Task-f4bcc804cb0e277c21fbcfb3c7247644a5a2590c.tar.bz2 | |
Initial commit: starter Xcode 2.5 Foundation Tool project
Diffstat (limited to 'On Task.m')
| -rw-r--r-- | On Task.m | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/On Task.m b/On Task.m new file mode 100644 index 0000000..08675eb --- /dev/null +++ b/On Task.m @@ -0,0 +1,10 @@ +#import <Foundation/Foundation.h> + +int main (int argc, const char * argv[]) { +    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; + +    // insert code here... +    NSLog(@"Hello, World!"); +    [pool release]; +    return 0; +} | 
