clarkware / cocoa-learning-tests

An evolving collection of unit tests I've been writing as I learn Objective-C and Cocoa.

This URL has Read+Write access

clarkware (author)
Sat Aug 29 10:33:00 -0700 2009
commit  abcaa4469e01d696b81c97ecec76fb1276e0a230
tree    749f2715e8ad4cb2f8d98e9f7e7324c6f47c1e5a
parent  689d115c72e3493444752e94822091e1c5152f34
cocoa-learning-tests / main.m
100644 6 lines (4 sloc) 0.12 kb
1
2
3
4
5
6
#import <Cocoa/Cocoa.h>
 
int main(int argc, char *argv[]) {
    return NSApplicationMain(argc, (const char **) argv);
}