Skip to content

mfornet/advent-of-code-2022

Repository files navigation

Advent of Code 2022

Solution for the Advent of Code 2022 in Rust.

Usage

Initialize a project for a day:

./run init 1a

Run the solution:

./run 1a

Input is downloaded automatically from the Advent of Code website if the AOC_SESSION environment variable is set. You can set the variable in a .env file in the project root and it will be loaded automatically.

About

Solutions to Advent of Code 2022 | https://adventofcode.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published