How to perform 'Intersection' in Elixir.
# Task: Intersection
# Language: Elixir
def intersection() do
# Implementation for Intersection
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Intersection
IO.puts("Done");
end