How to perform 'Add Element' in Crystal.
# Task: Add Element
# Language: Crystal
def add_element()
# Implementation for Add Element
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Add Element
puts("Done");
end