macho/research/strings_empty/tests/objc_code.m

9 lines
116 B
Mathematica
Raw Normal View History

#import <Foundation/Foundation.h>
int main() {
@autoreleasepool {
NSLog(@"Hello, World!");
}
return 0;
}