/* "The software binary and source code are provided as is without any warranty. Use at your own risk. You may freely copy and adapt the software on the condition that you do not in any way gain financially from doing so." */ #import int main(int argc, const char *argv[]) { return NSApplicationMain(argc, argv); }