< Ada Programming < Aspects 
 
        
      with Ada.Text_IO;
procedure Hello is
begin
  Ada.Text_IO.Put_Line("Hello World!");
end Hello;
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.