Hello, World! in Ada
Example for versions
gnat 3.4.5,
gnat 4.3.2
with Ada.Text_IO;
procedure HelloWorld is
begin
Ada.Text_IO.Put_Line("Hello, World!");
end HelloWorld;
Comments
]]>blog comments powered by Disqus
]]>