MichaelAquilina / adventofcode2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021 Solutions

CircleCI

Tested with latest rust stable (currently 1.57)

Solutions for https://adventofcode.com/2021/

Each day is split into its own separate cargo project that can be compiled and run individually.

To run a solution, head to the project for the particular day and run:

cargo run < input.txt

About


Languages

Language:Rust 100.0%