MichaelAquilina / adventofcode2022

https://adventofcode.com/2022/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022 Solutions

CircleCI

Tested with latest rust stable (currently 1.65)

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

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

https://adventofcode.com/2022/


Languages

Language:Rust 100.0%