pulsar/Atom/main.m

15 lines
252 B
Mathematica
Raw Normal View History

//
// main.m
// Atom
//
// Created by Corey Johnson on 10/25/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}