pentest-distro-builder/filesystem/root/Templates/prog/ObjC.m

10 lines
233 B
Mathematica
Raw Normal View History

#import <Foundation/Foundation.h>
int main (int argc, const char * argv[])
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
NSLog (@"give me a bottle of rum!");
[pool drain];
return 0;
}