This is an example Ada Programming Language project used in Daytona.
- Install Daytona: Follow the Daytona installation guide.
- Create the Workspace:
daytona create https://github.com/daytonaio/sample-ada
- Start the Application:
Open the terminal and run:
gprbuild -P hello_world.gpr src/hello_world.adb -cargs:ada -gnatef
./obj/hello_world
Or just press the Run Code button (Ada: Build and run last used main) found in the top right of the editor panel.
Standardized development environment with devcontainers
Console application