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

4 lines
102 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
NSAlert *alert = [[NSAlert alloc] init];
[alert setMessageText:@"Goodbye, World!"];
[alert runModal];