root/trunk/CurrencyConverter/main.m
| Revision 41, 261 bytes (checked in by tyler, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | // |
| 2 | // main.m |
| 3 | // CurrencyConverter |
| 4 | // |
| 5 | // Created by R. Tyler Ballance on 1/28/07. |
| 6 | // Copyright bleep. LLC 2007. 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 | } |
Note: See TracBrowser
for help on using the browser.
