https://github.com/nithe14/advent_of_code_2024
https://github.com/nithe14/advent_of_code_2024
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nithe14/advent_of_code_2024
- Owner: Nithe14
- Created: 2024-12-05T08:20:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-06T18:49:56.000Z (over 1 year ago)
- Last Synced: 2025-02-09T15:36:14.709Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
These are my solutions for Advent of Code, which can be found at https://adventofcode.com/.
# How to use
Each day is a separate binary. Example for day01:
```bash
# Default input file is $CARGO_MANIFEST_DIR/inputs/d1
cargo run --bin day01 /path/to/your/input/file
```