Skip to content

Instantly share code, notes, and snippets.

@agrif
Created July 24, 2011 05:37
Show Gist options
  • Save agrif/1102291 to your computer and use it in GitHub Desktop.
Save agrif/1102291 to your computer and use it in GitHub Desktop.
a iphone build environment sanity check
#include <stdio.h>
int main(int argc, char* argv[])
{
printf("Hello, iPhone!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment