home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
298.lha
/
AskTask
/
test.c
< prev
next >
Wrap
C/C++ Source or Header
|
1980-11-30
|
79b
|
10 lines
/* test.c */
void main()
{
int j;
while (1) {
j++;
}
}