How to perform 'Async Exit Program' in Erlang.
% Task: Async Exit Program
% Language: Erlang
% Implementation for Async Exit Program
% TODO: Implement core logic here
% Step 1: Prepare data
% Step 2: Process Async Exit Program
io:format("Done");
.