head 1.1; access; symbols; locks poly:1.1; strict; comment @// @; 1.1 date 2006.03.30.07.23.49; author poly; state Exp; branches; next ; desc @in @ 1.1 log @Initial revision @ text @// // main.m // omino_fitting_2006 // // Created by david van brink on 3/29/06. // Copyright __MyCompanyName__ 2006. All rights reserved. // #import #include "fittings.h" #include "units.h" int main(int argc, char *argv[]) { int errors = runUnitTests(); if(errors == 0) NSLog(@@"OK, Zero Errors"); else NSLog(@@"FAIL: %d ERRORS",errors); return 0; //return NSApplicationMain(argc, (const char **) argv); } @