Skip to content

Instantly share code, notes, and snippets.

@3658562
Created June 23, 2012 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3658562/2979960 to your computer and use it in GitHub Desktop.
Save 3658562/2979960 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
int main(int argc, const char * argv[])
{
[NSWindow windowNumbersWithOptions:0];
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment