mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-01-20 09:31:15 +00:00
6 lines
106 B
Mathematica
6 lines
106 B
Mathematica
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
int main(int argc, const char *argv[])
|
||
|
{
|
||
|
return NSApplicationMain(argc, argv);
|
||
|
}
|