LearnAda

Sample Programs I created while learning the Ada Language.

View the Project on GitHub JakenHerman/LearnAda


Learn Ada

These are sample programs I created while learning the Ada programming language for Data Structures & Algorithms. I have created skeleton code so you can try to implement these programs yourself, while having my solutions to fall back on if you get stuck.

To Compile your code:

Note, you will need to install gnatmake & ada, and these commands are for *NIX based systems.
Use the command gnatmake -o filename filename.adb

To Run your code:

Use the command ./filename.

Code Files and Skeletons

All code files and skeletons are available in the GitHub repository, in the .zip file you can download to the left, and in the tar ball you can download on the left as well.

Support or Contact

Having trouble with Ada? Feel free to email me at JakenHerman7@Gmail.com, and I'll be more than happy to help out.