[go: up one dir, main page]

Menu

[fa42dc]: / source / main.m  Maximize  Restore  History

Download this file

13 lines (9 with data), 240 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
// main.m
// XQuizIt
// Created by Daniel Stein on Wed Feb 09 2005.
// Copyright (c) 2005 DelDotVee. All rights reserved.
#import <Cocoa/Cocoa.h>
int main( int argc, const char *argv[ ] )
{
return NSApplicationMain( argc, argv );
}