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

https://github.com/zsr2531/aoc_2021

This repo contains my solutions to AoC 2021.
https://github.com/zsr2531/aoc_2021

advent-of-code aoc aoc2021

Last synced: 11 months ago
JSON representation

This repo contains my solutions to AoC 2021.

Awesome Lists containing this project

README

          

# Advent of Code 2021

This repo contains my solutions to AoC 2021. I decided to use Rust exclusively this year, so all the solutions can be found in the same project.

## Usage

`./aoc_2021 `

> Note: If you want to solve part 1 first, you can omit `input2`.

Then the program will prompt you to select which day to load the solution for. Afterwards, it will read the input and feed it to the solution and then print the result.