softsilverwind / aoc2022

Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Let's be honest, Rust isn't the best choice (yet? areweadventyet?) for small problems. There are some ergonomics papercuts (e.g. reading the input), while zero cost abstractions (e.g. iterators that do not allocate) are not needed for such small inputs.

But, at the end of the day, the point of Advent of Code is to have fun. So, Rust it is.

About

Advent of Code 2022


Languages

Language:Rust 98.3%Language:Ruby 1.7%