Add something here ...
Add something here ... like: $ gnat make hello.adb
Then execute the created program: $ ./hello
-- -- $Id: hello.adb,v 0.3 2024/08/10 18:54:19 kc4zvw Exp kc4zvw $ -- -- (*** Nothing new here but it still had to be done ***) with Ada.Text_IO; use Ada.Text_IO; procedure Hello is begin Put_Line (""); Put_Line ("Hello World from another legacy language!"); Put_Line (""); end Hello; -- ***** End of File *****
Hello World from another legacy language!
Setting up a project that uses multi files source code ...
Github repository: link
Hello World! Goodbye World!
Add something here ...
Github repository: link
(blank)
Add something here ...
(blank)
Online Resource to get started with GNU ada: installation and tutorials ...