Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jerelmiller/advent-of-code-2021

https://adventofcode.com/
https://github.com/jerelmiller/advent-of-code-2021

Last synced: 4 days ago
JSON representation

https://adventofcode.com/

Awesome Lists containing this project

README

        

# Advent of Code 2021 challenge

These are my attempts at the [2021 Advent of Code](https://adventofcode.com/)
challenges.

## Day 1

These solutions are written using Elixir. To run, you must have Elixir
installed.

```sh
# Get part 1's solution
elixir day-1/part_1.exs

# Get part 2's solution
elixir day-1/part_2.exs
```

## Day 2

These solutions are written using Elixir. To run, you must have Elixir
installed.

```sh
# Get part 1's solution
elixir day-2/part_1.exs

# Get part 2's solution
elixir day-2/part_2.exs
```