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
- Host: GitHub
- URL: https://github.com/mazurel/aod2024-rust
- Owner: Mazurel
- License: mit
- Created: 2024-12-03T16:47:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T22:38:36.000Z (over 1 year ago)
- Last Synced: 2025-03-29T12:04:57.140Z (about 1 year ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.
```