mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 19:31:56 +00:00
6 lines
111 B
Mathematica
6 lines
111 B
Mathematica
|
#import <AppKit/AppKit.h>
|
||
|
|
||
|
int main(int argc, const char *argv[]) {
|
||
|
return NSApplicationMain(argc, argv);
|
||
|
}
|