Guest User

Untitled

a guest
Feb 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #import <Cocoa/Cocoa.h>
  2.  
  3. int main(){
  4. NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  5. printf("Hello, world.\n");
  6. [pool release];
  7. return 0;
  8. }
Add Comment
Please, Sign In to add comment