home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
EDUCATIO
/
STAGES12.ZIP
/
TEST3.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-04-15
|
158 b
|
13 lines
#include <stdio.h>
main()
{
long int i, j;
j = 40000;
printf("starting...");
for ( i=0; i<j; i++ );
printf("done\n");
return(0);
}