Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My solutions to Advent of Code 2023, lets see how long it takes till I don't have time any more :D
https://github.com/isiko/advent-of-code-2023

Last synced: about 2 months ago
JSON representation

My solutions to Advent of Code 2023, lets see how long it takes till I don't have time any more :D

Awesome Lists containing this project

README

        

# Advent of Code 2023 (Rust)

This are my solutions to AoC 2023, written in Rust.

I am using this to get better at Rust, so expect bad code :D

## How to run
If you have `cargo` installed, you should be able to navigate to the folder for a given task and run `cargo run`. If you are running NixOS, I have a shell.nix file for this project in the root directory

I also added a shell-script that runs all Solutions, to use it you need `find` and `map` installed.