Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathankleyn/advent-of-code-2024

My attempts at the Advent Of Code 2024 exercises!
https://github.com/nathankleyn/advent-of-code-2024

advent-of-code advent-of-code-2024 rust

Last synced: about 1 month ago
JSON representation

My attempts at the Advent Of Code 2024 exercises!

Awesome Lists containing this project

README

        

# Advent Of Code 2024 🎅 🎄 ☃

My attempts at the Advent Of Code 2024 exercises! Solutions are in Rust this year, with the intention to rewrite in other languages if I get time.

You can see my solutions for previous years:

* [2020](https://github.com/nathankleyn/advent-of-code-2020)
* [2019](https://github.com/nathankleyn/advent-of-code-2019)
* [2018](https://github.com/nathankleyn/advent-of-code-2018)
* [2017](https://github.com/nathankleyn/advent-of-code-2017)
* [2016](https://github.com/nathankleyn/advent-of-code-2016)
* [2015](https://github.com/nathankleyn/advent-of-code-2015)

## Running Solutions

### Rust

Each day of the exercise is in its own crate, with tests that cover the examples. You can run these with `cargo test`.