15 lines
247 B
Mathematica
15 lines
247 B
Mathematica
![]() |
//
|
||
|
// main.m
|
||
|
// Cocoa
|
||
|
//
|
||
|
// Created by someone on 26/03/10.
|
||
|
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
return NSApplicationMain(argc, (const char **) argv);
|
||
|
}
|