Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gaganpreet/advent-of-code-2023


https://github.com/gaganpreet/advent-of-code-2023

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of code 2023

Language: Rust

Playing with Rust for the first time and learning as I play along. Subpar code quality is therefore guaranteed.

Note: Some Python solutions included to save time.

## Running

```bash
cargo build

./target/debug/day1 ./inputs/day1/input
```