Solutions for Advent of Code 2022 written in Rust
Go to file
Tobias Marschner 2707271306 Update default dependencies in aoc_template
Now includes `rayon`, `itertools` and `id_arena`, as these crates
have proven very useful when writing any kind of Rust.
2024-09-21 16:15:58 +02:00
2022 Update default dependencies in aoc_template 2024-09-21 16:15:58 +02:00
.gitignore Copy from github.com with solutions for days 1+2 2024-02-10 13:19:19 +01:00
LICENSE Copy from github.com with solutions for days 1+2 2024-02-10 13:19:19 +01:00
README.md Copy from github.com with solutions for days 1+2 2024-02-10 13:19:19 +01:00

Advent of Code 2022

This repository contains my own solutions for 2022's Advent of Code written in Rust. It will be continually updated as I work on the problems.