# -*- mode: snippet -*-
# name: hcast
# key: hcast
# --
def handle_cast($1, state) do
  $0
  {:noreply, state}
end