home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Collection (I)
/
TOOLS.iso
/
c05
/
1.img
/
D.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-12-06
|
66 b
|
9 lines
main()
{
int a,b,c;
for(a=1;a<10;a++)
{ b=a;
c=a+b*b;
}
}