Second place award

Dave Decot

Compile with:

cc decot.c -o decot -lm

Judges' comments:

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!

Copyright © 1984, Landon Curt Noll. All Rights Reserved. Permission for personal, educational or non-profit use is granted provided this this copyright and notice are included in its entirety and remains unaltered. All other uses must receive prior permission in writing from both Landon Curt Noll and Larry Bassel.