This is Fortunate_main.m in view mode; [Download] [Up]
/* Fortunate_main.m
* Version 1.0
* Chris Saldanha, March 1996
* Basic main() for the Fortunate.app
*/
#import <appkit/appkit.h>
#import "FortuneApp.h"
void main(int argc, char *argv[])
{
[FortuneApp new];
[NXApp init];
[NXApp printFortune];
[NXApp run];
[NXApp free];
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.