You can install the GNU version of the Ada compiler by running the command sudo apt-get install gnat
.
You can compile and Ada program by running gnatmake program.adb
. This will generate an executable you can run by entering ./program
.
The Ada Reference Manual can be found here.
The Adacore Ada tutorial videos can be found here.
https://www.radford.edu/~nokie/classes/320/fundamentals/fundPgmStruc.html
https://gcc.gnu.org/onlinedocs/gnat_ugn/Running-a-Simple-Ada-Program.html