8 lines
112 B
Mathematica
8 lines
112 B
Mathematica
|
|
#import <Foundation/Foundation.h>
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
@autoreleasepool {
|
||
|
|
NSLog(@"Hello, World!");
|
||
|
|
}
|
||
|
|
}
|