ex0.m

//////////////////////////////
//test to see if this compiles and runs
//////////////////////////////

#include <Foundation/Foundation.h>  

int main(void)
{
printf("Hello World");
return 0;
}
Comments