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

https://github.com/nithe14/advent_of_code_2024


https://github.com/nithe14/advent_of_code_2024

Last synced: about 1 year ago
JSON representation

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
```