How to Exit Program in Ada - Code Snippet

How to perform 'Exit Program' in Ada.

example.adb
-- Task: Exit Program
-- Language: Ada

procedure exit_program() is begin
    -- Implementation for Exit Program
    -- TODO: Implement core logic here
    -- Step 1: Prepare data
    -- Step 2: Process Exit Program
    Put_Line("Done");
end;
AdSense Slot