[comp.sys.atari.st] C compilers, empty programs

K538915@CZHRZU1A.BITNET (01/14/87)

What about this:
 OSS/CCD Pascal with all runtime checks turned off:

>>>>>>>>>>> 212 Bytes

for the following program:

    Program Silly;

    Begin
    End.

and

>>>>>>>>>>> 1357 Bytes

for

   Program For_C_Freaks;

   Begin
      WriteLn('Hello World')
   End.

the result is correct and executable code for
both examples.

          Simon Poole