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