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

https://github.com/mazurel/aod2024-rust

Advent of code 2024 in Rust
https://github.com/mazurel/aod2024-rust

Last synced: about 1 year ago
JSON representation

Advent of code 2024 in Rust

Awesome Lists containing this project

README

          

[![Rust AOD Sanity Check](https://github.com/Mazurel/aod2024-rust/actions/workflows/rust.yml/badge.svg?event=push)](https://github.com/Mazurel/aod2024-rust/actions/workflows/rust.yml)

This repository contains source code for Advent of Code 2024, written in Rust.

I have tried to minimize dependecies, so some solutions are more complicated due to lack
of built in libraries, like `regex`.

To build the code:

```bash
cargo run # Will output all solutions, for inputs defined in `inputs/` folder.
```