How to perform 'Get Current Directory' in Ada.
-- Task: Get Current Directory
-- Language: Ada
procedure get_current_directory() is begin
-- Implementation for Get Current Directory
-- TODO: Implement core logic here
-- Step 1: Prepare data
-- Step 2: Process Get Current Directory
Put_Line("Done");
end;