home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 August
/
PCWorld_2000-08_cd.bin
/
Software
/
Topware
/
devc
/
_SETUP.4
/
Group2
/
Default.txt
< prev
next >
Wrap
Text File
|
2000-06-11
|
105b
|
10 lines
#include <iostream>
#include <stdlib.h>
int main()
{
system("PAUSE");
return 0;
}