RosettaCodeData/Task/Hello-world-Text/Objective-C/hello-world-text-1.m

8 lines
112 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#import <Foundation/Foundation.h>
int main() {
@autoreleasepool {
NSLog(@"Hello, World!");
}
}