Packages

Wrapper for Advent of Code with Elixir

Current section

Files

Jump to
belodon lib task test behavior.ex
Raw

lib/task/test/behavior.ex

defmodule Mix.Tasks.Belodon.Test.Behavior do
@moduledoc """
Test Behavior
"""
@callback send(binary) :: binary | :ok
end