Skip to content

Latest commit

 

History

History
 
 

Ada

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ada

To install the Ada compiler on Debian like systems:

sudo apt install gnat

Then compile with:

gnatmake hello_world.adb

This will generate an executable hello_world file that can be run with the following command:

./hello_world.