This is my practice repo where I learn and practice Elixir by solving coding problems. Topics include pattern matching, recursion, OTP, GenServer, concurrency, and more.
# Run all tests
mix test
# Run a specific test file
mix test test/problems/json_parser_test.exs