[BACK]Return to ts_byemess.adb CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / PHC / Ada / System

File: [local] / OpenXM_contrib / PHC / Ada / System / ts_byemess.adb (download)

Revision 1.1, Sun Oct 29 17:45:34 2000 UTC (23 years, 8 months ago) by maekawa
Branch point for: MAIN

Initial revision

with text_io;                            use text_io;
with Bye_Bye_Message;

procedure ts_byemess is

-- DESCRIPTION :
--   Prints the message to say bye bye at the end of the program.

begin
  put_line(Bye_Bye_Message);
end ts_byemess;