with Ada.Text_IO; use Ada.Text_IO;

procedure Test is
begin
   Put_Line ("Hllo wrld!");
end Test;
