root/trunk/main.m

Revision 106, 251 bytes (checked in by mike, 10 months ago)

Initial commit Q2

Line 
1 //
2 //  main.m
3 //  Q
4 //
5 //  Created by Mike Kronenberg on 02.10.07.
6 //  Copyright __MyCompanyName__ 2007 . All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, char *argv[])
12 {
13     return NSApplicationMain(argc, (const char **) argv);
14 }
Note: See TracBrowser for help on using the browser.