http://www.adaconcept.com/programs/metros_szimulacio/parhuzamos_kepernyo_kezeles.adb
with Ada.Text_IO;

package body parhuzamos_kepernyo_kezeles is

   protected body Kepernyo is

      procedure Kiir(mit : string) is
      begin
         Ada.Text_IO.Put_Line(mit);
      end;

   end Kepernyo;

end parhuzamos_kepernyo_kezeles;