FreePascal

FreePascal Implementation

I rewrote in FreePascal. Save the file as archisbest.pas To compile: fpc archisbest.pas

program archisbest;

begin
  writeln('Arch is the best');
end.

~ XChrisX, 2008-05-14 14:13:39