https://github.com/tejasbubane/adventofcode-2021
Solutions to Advent of Code 2021 in Elixir
https://github.com/tejasbubane/adventofcode-2021
Last synced: about 1 month ago
JSON representation
Solutions to Advent of Code 2021 in Elixir
- Host: GitHub
- URL: https://github.com/tejasbubane/adventofcode-2021
- Owner: tejasbubane
- Created: 2021-12-04T21:02:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T20:36:25.000Z (over 4 years ago)
- Last Synced: 2025-01-13T03:09:35.011Z (over 1 year ago)
- Language: Elixir
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
[](https://github.com/tejasbubane/adventofcode-2021/actions/workflows/ci.yml)
Solutions for [Advent of Code 2021](https://adventofcode.com/2021) in [Elixir](https://elixir-lang.org/).
### Structure
Standard [mix](https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html) project with [1 file per day](./lib)
and corresponding [test files](./test) and [puzzle inputs](./inputs).
### Running tests
```sh
mix test
```