My solutions as I learn Elixir.
- Follow along at Advent of Code 2023.
- Checkout Elixir guide on Hex Docs.
TODO:
For companies and teams, we recommend developers to run mix format --check-formatted on their continuous integration servers, ensuring all current and future code follows the standard.
TODO: Add description
If available in Hex, the package can be installed
by adding example
to your list of dependencies in mix.exs
:
def deps do
[
{:example, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/example.