How to Exit Program in Elixir - Code Snippet

How to perform 'Exit Program' in Elixir.

example.ex
# Task: Exit Program
# Language: Elixir

def exit_program() do
    # Implementation for Exit Program
    # TODO: Implement core logic here
    # Step 1: Prepare data
    # Step 2: Process Exit Program
    IO.puts("Done");
end
AdSense Slot