mfornet / advent-of-code-2022

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/


Languages

Language:Rust 98.6%Language:Python 1.4%