local-kak-snippets/snippets/elixir/hi

5 lines
82 B
Plaintext
Raw Normal View History

2020-07-28 00:12:58 -04:00
def handle_info("{info}", {map}, socket) do
{body}
{:noreply, socket}
end