aboutsummaryrefslogtreecommitdiff
path: root/samples/Objective-C/hello.m
blob: 1968d7628d0a7b64f585518a77f211de91aac448 (plain)
1
2
3
4
5
6
7
#import <Cocoa/Cocoa.h>

int main(int argc, char *argv[])
{
    NSLog(@"Hello, World!\n");
    return 0;
}