Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-the-bomb/aoc-2024
Rust & Python solutions for the 2024 Advent of Code
https://github.com/tom-the-bomb/aoc-2024
advent-of-code aoc aoc2024 python rust
Last synced: 20 days ago
JSON representation
Rust & Python solutions for the 2024 Advent of Code
- Host: GitHub
- URL: https://github.com/tom-the-bomb/aoc-2024
- Owner: Tom-the-Bomb
- License: mit
- Created: 2024-12-01T05:15:10.000Z (26 days ago)
- Default Branch: master
- Last Pushed: 2024-12-01T05:43:29.000Z (26 days ago)
- Last Synced: 2024-12-01T06:36:34.752Z (26 days ago)
- Topics: advent-of-code, aoc, aoc2024, python, rust
- Language: Rust
- Homepage: https://adventofcode.com/2024/
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :christmas_tree::christmas_tree: Advent of Code 2024 :christmas_tree::christmas_tree:
Solutions in `Python 3` :snake: and `Rust` :crab:
## Usage
- `./run [day]` - Executes __python__ solutions
- found in `/aoc-py/solutions/day--.py`
- if `day` is not provided, it executes __all__ solutions
- `./runrs [day]` - Executes __rust__ solutions
- found in `/src/bin/day--.rs`
- if `day` is not provided, it executes __all__ solutionsOnly the `python` solutions are well documented