orlp · GitHub

Repository files navigation

AoC 2022

My solutions for the 2022 edition of Advent of Code in Rust. Simply run cargo run --release --bin dayXX to solve.

Some days require z3, install it to the system libraries, or on Windows download binaries from https://github.com/Z3Prover/z3/releases and unzip to a folder named z3 in the crate root.

Alternatively you can run those days with --features static-link-z3, although compilation might take quite a while as z3 is quite big.

About

My Advent of Code 2022 solutions, in Rust.

Resources

Readme

Activity

Stars

20 stars

Watchers

1 watching

Forks

0 forks

Releases

Packages

Used by

Contributors

Languages

Read the original on github.com ↗