ftp.nice.ch/pub/next/science/mathematics/AliceCube.999.N.bs.tar.gz#/AliceCube/AliceCube_main.m

This is AliceCube_main.m in view mode; [Download] [Up]

/*
 *     Generated by the NeXT Interface Builder.
 */

extern "Objective-C" {
#import <stdlib.h>
}
#import "AliceApp.h"

int main(int argc, char *argv[]) {
    NXApp = [AliceApp new];
    [NXApp loadNibSection:"AliceCube.nib" owner:NXApp];
    [NXApp run];
    [NXApp free];
    exit(0);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.