RosettaCodeData/Task/Hello-world-Graphical/Objective-C/hello-world-graphical-1.m

4 lines
102 B
Objective-C

NSAlert *alert = [[NSAlert alloc] init];
[alert setMessageText:@"Goodbye, World!"];
[alert runModal];