apps-gorm/Applications/Gorm/Documentation/Examples/Controller/main.m
2023-06-14 03:40:51 -04:00

12 lines
172 B
Objective-C

#include <AppKit/AppKit.h>
#define APP_NAME @"GNUstep"
/*
* Initialise and go!
*/
int main(int argc, const char *argv[])
{
return NSApplicationMain (argc, argv);
}