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

https://github.com/noxware/aoc-2024

My AOC 2024 solutions in Rust until I get bored
https://github.com/noxware/aoc-2024

advent-of-code advent-of-code-2024 aoc-2024 rust rust-lang

Last synced: over 1 year ago
JSON representation

My AOC 2024 solutions in Rust until I get bored

Awesome Lists containing this project

README

          

# 🎄 Advent of Code 2024 🎄

## Description

Repo containing my solutions for the [Advent of Code 2024](https://adventofcode.com/2024) challenges.

Written in Rust.

## Running a solution

Suppose you want to run day 3 part 1 solution.

You should download your input file and save it to `inputs/day3.txt`.

Then you should run `cargo run --release --bin d3p1`.