home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / os2 / vpascal / examples / hello / hello.pas
Pascal/Delphi Source File  |  1995-10-31  |  61b  |  6 lines

  1. program Hello;
  2. begin
  3.   WriteLn('Hello world!'#7);
  4. end.
  5.  
  6.