aboutsummaryrefslogtreecommitdiffstats
path: root/On Task.m
diff options
context:
space:
mode:
Diffstat (limited to 'On Task.m')
-rw-r--r--On Task.m10
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;
+}