Skip to content

Repository files navigation

🎄 Advent of Code 🎄

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

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.

Running a Solution

Solutions are organized by year and programming language. Execute the following commands from the base directory of a year and programming language.

Haskell

cabal run <day>
e.g. cabal run 01

Rust

cargo run --bin <day>
e.g. cargo run --bin 01

License

This repository is licensed under the MIT License. See the LICENSE file for details.

About

My solutions to the popular Advent of Code puzzles

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages