Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjixwastaken/aoc-2024
https://github.com/arjixwastaken/aoc-2024
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjixwastaken/aoc-2024
- Owner: ArjixWasTaken
- Created: 2024-12-02T20:14:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:18:57.000Z (about 1 month ago)
- Last Synced: 2024-12-02T21:27:16.579Z (about 1 month ago)
- Language: Rust
- Size: 2.93 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 - Solutions in Rust
This repository contains my solutions for the Advent of Code 2024 challenge.
## Running the tests
```bash
cargo test
```## Workflow
Simply place your input files in the `inputs` directory using the format `inputs/dayxx/input.txt` and run the tests.
The tests will most likely fail, since they are tailed to my input files.
Thankfully cargo will provide you with the expected output, which you can then paste into the test files.