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

https://github.com/wintercore/aoc2023


https://github.com/wintercore/aoc2023

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# My Advent of Code 2023 Solutions in Rust

## How to run locally
1. Install the [rust compiler](https://www.rust-lang.org/tools/install)
2. Use the included `run.sh` script. eg: `./run.sh day01` will run the solution of the first day.