Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created November 12, 2010 18:45
Show Gist options
  • Save springmeyer/674489 to your computer and use it in GitHub Desktop.
Save springmeyer/674489 to your computer and use it in GitHub Desktop.
#include <CoreFoundation/CoreFoundation.h>
#include <Cocoa/Cocoa.h>
#ifdef check
#undef check
#endif
#ifdef verify
#undef verify
#endif
#include <mapnik/map.hpp>
int main (int argc, const char * argv[]) {
// insert code here...
CFShow(CFSTR("Hello, World!\n"));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment