Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 23 hours 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-08T03:26:40.000Z (10 months ago)
- Last Synced: 2024-01-08T21:04:02.692Z (10 months ago)
- Topics: advent-of-code, aoc, aoc2023, python, rust
- Language: Rust
- Homepage:
- Size: 330 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- 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__ solutionsOnly the `python` solutions are well documented