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
- Host: GitHub
- URL: https://github.com/noxware/aoc-2024
- Owner: noxware
- Created: 2024-12-01T17:48:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T16:33:46.000Z (over 1 year ago)
- Last Synced: 2025-02-02T03:18:57.780Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2024, aoc-2024, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.