with Ada.Text_Io; use Ada.Text_Io; -- This is the typical hello world example procedure Hello is begin Put_Line ("Hello World!!!"); end Hello;