This repository contains my solutions to puzzles from Advent of Code, written primarily in Haskell and Rust.
Advent of Code is an annual programming event consisting of daily puzzles released throughout December.
Puzzle inputs are not included in this repository.
Each participant receives their own input data on the official Advent of Code website after logging in. Because these inputs are tied to user accounts and are distributed by the event organizers, they are not stored in this repository.
Solutions are organized by year and programming language. Execute the following commands from the base directory of a year and programming language.
cabal run <day>
e.g. cabal run 01
cargo run --bin <day>
e.g. cargo run --bin 01
This repository is licensed under the MIT License. See the LICENSE file for details.