https://github.com/tom-the-bomb/aoc-2023
Rust & Python solutions for the 2023 Advent of Code
https://github.com/tom-the-bomb/aoc-2023
advent-of-code aoc aoc2023 python rust
Last synced: about 1 year ago
JSON representation
Rust & Python solutions for the 2023 Advent of Code
- Host: GitHub
- URL: https://github.com/tom-the-bomb/aoc-2023
- Owner: Tom-the-Bomb
- License: mit
- Created: 2023-12-02T03:32:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T03:26:40.000Z (over 2 years ago)
- Last Synced: 2025-03-23T23:26:31.318Z (about 1 year ago)
- Topics: advent-of-code, aoc, aoc2023, python, rust
- Language: Rust
- Homepage: https://adventofcode.com/2023/
- Size: 330 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :christmas_tree::christmas_tree: Advent of Code 2023 :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__ solutions
Only the `python` solutions are well documented