Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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