Protohackers challenges solved in Elixir and OTP (gen_tcp
and gen_udp
).
main
implements the challenge I'm working on currently and might not be working yet.
Solved challenges are tagged.
- Use
asdf
or similar to install Elixir 1.14 and Erlang/OTP 25. - Run
mix up
.
For a shell, run iex -S mix shell
. This won't start the application and can be used for testing the server.