An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Advent of Code 2021

[![.github/workflows/ci.yml](https://github.com/tejasbubane/adventofcode-2021/actions/workflows/ci.yml/badge.svg)](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
```