Created
November 12, 2010 18:45
-
-
Save springmeyer/674489 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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