repo.or.cz
/
GitX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Site: smush.it images
[GitX.git]
/
main.m
blob
93e35cb9f117171032487f9189537c7ee5657eb6
1
//
2
// main.m
3
// GitTest
4
//
5
// Created by Pieter de Bie on 13-06-08.
6
// Copyright __MyCompanyName__ 2008. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
int main(int argc, char *argv[])
12
{
13
return NSApplicationMain(argc, (const char **) argv);
14
}