home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
Chemistry
/
Elements_1.0
/
Elements.app
/
sources
/
Elements_main.m
< prev
next >
Wrap
Text File
|
1992-08-09
|
270b
|
15 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import "ElementApp.h"
void main(int argc, char *argv[]) {
NXApp = [ElementApp new];
[NXApp loadNibSection:"Elements.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}