My attempts at the Advent of Code 2022. They may not be idiomatic or performant but I'm keeping this as a record of my Rust ability and creativity as it was. https://adventofcode.com/2022
Go to file
2023-10-14 14:52:19 +01:00
src Replace .split('\n') with .lines()` 2023-10-14 14:52:19 +01:00
.gitattributes Initial commit 2023-10-10 12:29:26 +01:00
.gitignore Initial commit 2023-10-10 12:29:26 +01:00
Cargo.toml Add itertools crate 2023-10-12 11:28:42 +01:00
LICENSE Initial commit 2023-10-10 12:29:26 +01:00
README.md Initial commit 2023-10-10 12:29:26 +01:00

advent-of-code-2022

Advent of Code 2022