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