Skip to content

abbiecliche/playing-with-ada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playing-with-ada

Installing GNAT

You can install the GNU version of the Ada compiler by running the command sudo apt-get install gnat.

Compiling an Ada Program

You can compile and Ada program by running gnatmake program.adb. This will generate an executable you can run by entering ./program.

Ada Resources

The Ada Reference Manual can be found here.

The Adacore Ada tutorial videos can be found here.

My References

https://www.radford.edu/~nokie/classes/320/fundamentals/fundPgmStruc.html

https://gcc.gnu.org/onlinedocs/gnat_ugn/Running-a-Simple-Ada-Program.html

About

This is a simple hello world in Ada.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages