home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-04-13 | 372 b | 18 lines | [TEXT/MPS ] |
- Second place award: <hpda!hpdsd!decot> Dave Decot
-
- Compile with:
-
- cc decot.c -o decot -lm
-
- NOTE: Some new compilers disliked line 15 of the source, so we changed it from:
-
- for(signal=0;*k * x * __FILE__ *i;) do {
-
- to:
-
- for(signal=0;*k *x * __FILE__ *i;) do {
-
- This program prints out a string of garbage.
-
- The judges also offer this one comment: understand comments!
-