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