Guest User

Untitled

a guest
Jun 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #include <CoreFoundation/CoreFoundation.h>
  2. #include <Cocoa/Cocoa.h>
  3.  
  4. #ifdef check
  5. #undef check
  6. #endif
  7.  
  8. #ifdef verify
  9. #undef verify
  10. #endif
  11.  
  12. #include <mapnik/map.hpp>
  13.  
  14. int main (int argc, const char * argv[]) {
  15. // insert code here...
  16. CFShow(CFSTR("Hello, World!\n"));
  17. return 0;
  18. }
Add Comment
Please, Sign In to add comment