home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
253_01
/
firstex.c
< prev
next >
Wrap
C/C++ Source or Header
|
1990-02-14
|
119b
|
8 lines
main()
{
int index;
for (index = 0;index < 7;index = index + 1)
printf("First example program.\n");
}